Bug #59536
closedEXT:linkvalidator BE Module not taking mod.linkvalidator.linktypes into account
0%
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
Updated by Riccardo De Contardi about 9 years ago
the issue is still present on both 6.2.15 and 7.6-dev (latest master)
Updated by Mathias Schreiber about 9 years ago
- Target version deleted (
next-patchlevel)
Updated by Sybille Peters almost 7 years ago
- File linkvalidator.png linkvalidator.png added
- TYPO3 Version changed from 4.5 to 8
- PHP Version deleted (
5.3) - Complexity set to medium
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.
Updated by Riccardo De Contardi over 4 years ago
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
Updated by Benni Mack over 4 years ago
- Status changed from New to Closed
I will close this issue then for the time being.