[BUGFIX] Do not apply default node settings when invoking command
The issue #89687 introduced a smaller response for page tree nodes by moving sane default attributes to JavaScript and overriding with the actual result. However, this is also done if a new page is created via drag&drop, the attribute get in a mixed state and page tree hurts itself in confusion. The default attributes are now applied only if no DataHandler command is invoked. Additionally, some variables in TreeController were wrongly used, which has been fixed as well. Resolves: #89822 Related: #89687 Releases: master, 9.5 Change-Id: Ia91b02eaf534cb1ce65a09e1c78fa6343630bdcf Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62507 Tested-by: Claus Due <claus@phpmind.net> Tested-by: TYPO3com <noreply@typo3.com> Tested-by: Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by: Claus Due <claus@phpmind.net> Reviewed-by: Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by: Tymoteusz Motylewski <t.motylewski@gmail.com>
Showing
Please register or sign in to comment