Bug #59536
closed
EXT:linkvalidator BE Module not taking mod.linkvalidator.linktypes into account
Added by Vitoandre D'Oria over 10 years ago.
Updated over 4 years ago.
Description
The result "Listing of broken Links" and the "Broken Links Total:" values in BE Module are not taking mod.linkvalidator.linktypes into account.
The "Broken Links Total:" value represents the total instead taking the available linktypes into account.
I would suspect it to build a sum according to linktypes everything else confuses editors.
The same applies for the "Listing of broken Links" result. It Initially shows all broken links. However after after clicking "Refresh Display" it display's the correct result.
This of course confuses editors and probably everyone else as well :-)
Files
the issue is still present on both 6.2.15 and 7.6-dev (latest master)
- Category set to Linkvalidator
- Target version deleted (
next-patchlevel)
I can reproduce this on the current master (TYPO3 9.2.0-dev) and on TYPO3 8.7.
Reproduce¶
- Create a content element with broken links of type "external" and "page"
- Run "Check links" with all link types selected on that page at least once to make sure that the broken links will be in the database
- Run the report ("Refresh display") with all link types selected.
- Change the page TSconfig for linkvalidator to exclude page links
- Display the report without clicking "Refresh display"
- Click "Refresh display"
# Page TSconfig
#mod.linkvalidator.linktypes = db,file,external
mod.linkvalidator.linktypes = file,external
Expected results¶
After changing the page TSconfig only the number of total results without page links should be displayed. Only links without page link should be in the Listing
Actual results¶
Before running refresh, the Listing will show the page links as will. Even after running refresh, the "Broken links total" will include the page links.
This issue does not seem reproducible with the steps on comment 4 on both 9.5.14 and 10.4.0-dev (latest master). after clicking refresh, the links to broken pages are removed from the list in report
- Status changed from New to Closed
I will close this issue then for the time being.
Also available in: Atom
PDF