[BUGFIX] Prevent submission of empty value in page title inline edit
Currently, it's possible to submit an empty page title in the inline edit feature. If an empty title was submitted, the entire element is gone. This has been fixed by adding the 'required' attribute to the input field. Resolves: #100177 Releases: main Change-Id: Ibdfa02da537301cf1f0bb65795356b090beb73d1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78131 Tested-by:core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/TypeScript/backend/element/editable-page-title.ts 1 addition, 1 deletion...Sources/TypeScript/backend/element/editable-page-title.ts
- typo3/sysext/backend/Resources/Public/JavaScript/element/editable-page-title.js 1 addition, 1 deletion...esources/Public/JavaScript/element/editable-page-title.js
Please register or sign in to comment