Bug #8254
Linkchecker doesn't respect full TCA configuration
| Status: | New | Start date: | 2010-06-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Linkchecker doesn't respect
- $TCA[$table]['ctrl']['delete']
- $TCA[$table]['ctrl']['enablecolumns']
so that it isn't possible to check links of tables, which have no deleted flag (or have one with a different name).
And additionally it also checks links of hidden elements.