Actions
Bug #19862
closedShow level links only once if no related records and $config[appearence][levelLinksPosition] = both
Start date:
2009-01-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Top and bottom level links are shown one below the other if there are no related records. This is pretty senseless, one is enough in this special case.
'myfield' => array(
'config' => array(
'appearance' => array(
'levelLinksPosition = 'both' ,
)))
Then create a new record which yet has no related records.
(issue imported from #M10199)
Files
Updated by Steffen Müller over 15 years ago
appended a new patch (bug_10199_v2.diff )
changed !=0 to > 0
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Steffen Müller over 11 years ago
yes, this issue is still valid.
See appended screenshot from TYPO3 6.1
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber over 9 years ago
- Target version set to 7.4 (Backend)
- Is Regression set to No
Updated by Susanne Moog about 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack almost 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from Resolved to Closed
Actions