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 about 16 years ago
appended a new patch (bug_10199_v2.diff )
changed !=0 to > 0
Updated by Alexander Opitz almost 12 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 almost 12 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 about 10 years ago
- Target version set to 7.4 (Backend)
- Is Regression set to No
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed
Actions