Actions
Bug #25585
closedsaving per ajax call not possible
Status:
Closed
Priority:
Should have
Assignee:
Administrator Admin
Category:
t3editor
Target version:
-
Start date:
2010-05-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
when trying to save ts in t3editor per ajax (alt+s or save-symbol) t3editor does not save the ts and gives a javascript error message "an error occured while saving data".
saving per save-and-close-symbol works as no ajax is involved.
(issue imported from #M14499)
Updated by Administrator Admin over 14 years ago
Problem:
The new sprite API removes the value= attribute of some
<input type=image>s in sysext/tstemplate/ts/index.php.
Due to that a if-statement in php fails and the submitted typoscript won't be saved.
Solution:
- re-add the value attributes
- cleanup the code
Updated by Michael Stucki almost 11 years ago
- Project changed from 75 to TYPO3 Core
- Target version deleted (
0)
Actions