Bug #22559
closed
wrong behaviour with t3lib_arrayBrowser and Configuration Module
Added by Sven Juergens over 14 years ago.
Updated about 9 years ago.
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
- 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)?
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.
- Status changed from Needs Feedback to New
- Priority changed from Should have to Could have
- Target version set to 7.4 (Backend)
- Is Regression set to No
- Target version changed from 7.4 (Backend) to 7.5
- Target version changed from 7.5 to 7 LTS
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.
- Status changed from New to Rejected
functionality has been dropped in 7
Also available in: Atom
PDF