Bug #93874
closedManually update a page URL Segment is not seen as a change
100%
Description
Use Case¶
I edit a given page to fix a URL segment:
Clicking the reset/update button leads to:
After that, I'm done and click the "Close" toolbar button.
What happens¶
The edit form is closed and my URL segment is back to the previous one.
Expected¶
I expect the semi-automatic update of the URL segment to be considered as a change, be prompted whether I want to save my changes just like any other update and my new URL segment to be persisted afterwards.
Files
Updated by Oliver Hader over 3 years ago
- Category set to FormEngine aka TCEforms
- TYPO3 Version changed from 11 to 10
Updated by Oliver Hader over 3 years ago
- Related to Task #91911: Remove jQuery from more FormEngine components added
Updated by Oliver Hader over 3 years ago
this.$fullElement.find('input').trigger('change');
Previously jQuery triggered that event for ALL input
elements, document.querySelection
just does that for the first one (the wrong one).
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68722
Updated by Oliver Hader over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0d8f0cf41ae3b513f90904c4d35ddb408013bd71.