Actions
Bug #56876
closedSorting of static templates is not possible
Start date:
2014-03-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
It is not possible to sort the static templates (from extensions)..
Error (console):
Uncaught TypeError: Cannot read property 'length' of undefined FormEngine.js:184 setFormValueManipulate FormEngine.js:184 onclick
Tested with beta6 and current git-master.
Updated by Jan Kiesewetter over 10 years ago
Also it's not possible to add / remove them.
The path to FormEngine.js misses the folder typo3.
got:
http://master.typo3.local/sysext/backend/Resources/Public/JavaScript/FormEngine.js
expect:
http://master.typo3.local/typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js
Updated by Jan Kiesewetter over 10 years ago
Sorry, my problem resulted from reviewing of https://review.typo3.org/#/c/28221/. It's works for me on master.
Updated by Moritz Krauß over 10 years ago
Tested with beta7 today - everything seems to be fine again.
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
Actions