[BUGFIX] EXT:form - show message if a form could not be saved
Notify the user if the form could not be saved. Also remove the timeout of the error messages to ensure editors have enough time to read and understand the message. Resolves: #82255 Resolves: #82381 Releases: master, 8.7 Change-Id: I1377b7a85347107e7d03079b5a31179873a81e60 Reviewed-on: https://review.typo3.org/54126 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Daniel Lorenz <daniel.lorenz@extco.de> Tested-by:
Daniel Lorenz <daniel.lorenz@extco.de> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
Showing
- typo3/sysext/form/Classes/Controller/FormEditorController.php 33 additions, 4 deletions...3/sysext/form/Classes/Controller/FormEditorController.php
- typo3/sysext/form/Classes/Controller/FormManagerController.php 76 additions, 19 deletions.../sysext/form/Classes/Controller/FormManagerController.php
- typo3/sysext/form/Classes/Mvc/Configuration/Exception/FileWriteException.php 24 additions, 0 deletions...lasses/Mvc/Configuration/Exception/FileWriteException.php
- typo3/sysext/form/Classes/Mvc/Configuration/YamlSource.php 23 additions, 3 deletionstypo3/sysext/form/Classes/Mvc/Configuration/YamlSource.php
- typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManager.php 17 additions, 2 deletions...t/form/Classes/Mvc/Persistence/FormPersistenceManager.php
- typo3/sysext/form/Configuration/Yaml/FormEditorSetup.yaml 2 additions, 0 deletionstypo3/sysext/form/Configuration/Yaml/FormEditorSetup.yaml
- typo3/sysext/form/Documentation/Config/configuration/Index.rst 2 additions, 0 deletions.../sysext/form/Documentation/Config/configuration/Index.rst
- typo3/sysext/form/Documentation/Config/proto/formElements/formElementTypes/Form.rst 6 additions, 0 deletions...ation/Config/proto/formElements/formElementTypes/Form.rst
- typo3/sysext/form/Documentation/Config/proto/formElements/formElementTypes/Form/formEditor.rst 2 additions, 0 deletions...g/proto/formElements/formElementTypes/Form/formEditor.rst
- typo3/sysext/form/Documentation/Config/proto/formElements/formElementTypes/Form/formEditor/saveErrorFlashMessageMessage.rst 29 additions, 0 deletions...entTypes/Form/formEditor/saveErrorFlashMessageMessage.rst
- typo3/sysext/form/Documentation/Config/proto/formElements/formElementTypes/Form/formEditor/saveErrorFlashMessageTitle.rst 29 additions, 0 deletions...ementTypes/Form/formEditor/saveErrorFlashMessageTitle.rst
- typo3/sysext/form/Resources/Private/Language/Database.xlf 7 additions, 0 deletionstypo3/sysext/form/Resources/Private/Language/Database.xlf
- typo3/sysext/form/Resources/Private/Language/locallang_formManager_javascript.xlf 13 additions, 1 deletion...ces/Private/Language/locallang_formManager_javascript.xlf
- typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/Core.js 6 additions, 2 deletions...rm/Resources/Public/JavaScript/Backend/FormEditor/Core.js
- typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/Mediator.js 13 additions, 0 deletions...esources/Public/JavaScript/Backend/FormEditor/Mediator.js
- typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/ViewModel.js 18 additions, 3 deletions...sources/Public/JavaScript/Backend/FormEditor/ViewModel.js
- typo3/sysext/form/Resources/Public/JavaScript/Backend/FormManager/ViewModel.js 31 additions, 3 deletions...ources/Public/JavaScript/Backend/FormManager/ViewModel.js
Please register or sign in to comment