Actions
Bug #86221
closedBatch edit page slugs in list module not possible
Status:
Closed
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2018-09-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
slug
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 CMS 9.4 (composer) with Chrome/Firefox/Safari on macOS:
- Open a page with subpages in list module
- Switch to single table view
- Use button 'Edit the 'URL Segment' field of the listed records' (
edit[pages][{entityIdentifiers}]=edit&columnsOnly=slug
) to edit slugs of subpages
Problems
- All 'Toggle manual URL segment' buttons have no (visual) action if there are more than one subpage
- All 'Recalculate URL segment' buttons affect the last list record setting
slug
topath/to/page/default-{10charactHash}
Each 'Recalculate URL segment' button triggers {number of subpages} XHR, but each request contains thepageId
/recordId
of the last record.
Updated by Georg Ringer over 6 years ago
- Category changed from Backend User Interface to Site Handling, Site Sets & Routing
- Status changed from New to Accepted
Updated by Gerrit Code Review about 6 years ago
- Status changed from Accepted 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/58273
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58273
Updated by Gerrit Code Review about 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58273
Updated by Andreas Fernandez about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7da2da019eeed509a6d73c378a499f824fe30e6b.
Actions