Bug #22559
closedwrong behaviour with t3lib_arrayBrowser and Configuration Module
0%
Description
in Configuration module you can click on a property you get an input field with the complete line.
if this property have a dot in the name, the value in the input field is wrong.
see attached image
testet with trunk 7478
Problem is located in t3lib_arrayBrowser in function wrapArrayKey().
all dots get replaced with str_replace('.','\'][\'',$depth)
(issue imported from #M14269)
Files
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 Sven Juergens over 11 years ago
Yes the Problem still exist, testet in 6.1
Like in the Picture the Path is rendered incorrect, if you now copy and Paste this to your config File, it would not work.
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber almost 10 years ago
- Priority changed from Should have to Could have
- 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 Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Riccardo De Contardi about 9 years ago
If I try to reproduce the same view I see in the attached image with TYPO3 6.2.15 the variable becomes:
$TBE_STYLES['htmlTemplates']['EXT:backend/Resources/Private/Templates/login']['html'] = 'sysext/t3skin/Resources/Private/Templates/login.html';
On version 7 the functionality has been removed, so it should not be a problem.
Updated by Mathias Schreiber about 9 years ago
- Status changed from New to Rejected
functionality has been dropped in 7