Project

General

Profile

Actions

Bug #93874

closed

Manually update a page URL Segment is not seen as a change

Added by Xavier Perseguers about 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2021-04-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

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

before.png (14.4 KB) before.png Xavier Perseguers, 2021-04-07 14:58
after.png (16.1 KB) after.png Xavier Perseguers, 2021-04-07 14:58

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #91911: Remove jQuery from more FormEngine componentsClosedAndreas Kienast2020-07-31

Actions
Actions #1

Updated by Oliver Hader about 3 years ago

  • Category set to FormEngine aka TCEforms
  • TYPO3 Version changed from 11 to 10
Actions #2

Updated by Oliver Hader about 3 years ago

  • Related to Task #91911: Remove jQuery from more FormEngine components added
Actions #3

Updated by Oliver Hader about 3 years ago

https://review.typo3.org/c/Packages/TYPO3.CMS/+/65009/19/Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/SlugElement.ts#b190

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).

Actions #4

Updated by Oliver Hader about 3 years ago

  • Is Regression set to Yes
Actions #5

Updated by Oliver Hader about 3 years ago

  • TYPO3 Version changed from 10 to 11
Actions #6

Updated by Gerrit Code Review about 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

Actions #7

Updated by Oliver Hader about 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Benni Mack over 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF