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