Actions
Bug #99697
closedCopying a page with existing sys_redirect throws error
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling & Redirect Handling
Target version:
-
Start date:
2023-01-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Problem/Description¶
- add page with (an auto-created) sys_redirect to the clipboard for copying
- page the copied page e.g. via paste after an existing page (list module)
- result:
- the page gets copied correct
- the error
1: Attempt to insert record "sys_redirect:739" on a page (3347) that can't store record type.
is shown to the editor
Acceptance Criteria¶
The special handling for sys_redirects needs to be somehow handled when copying a page / multiple pages
Updated by Oliver Gassner almost 2 years ago
- Related to Task #99044: Ensure auto-created redirect are stored on connected site root added
Updated by Oliver Gassner almost 2 years ago
- Related to Feature #91776: Use the pid field to associate a redirect with the page it was created for added
Updated by Oliver Gassner almost 2 years ago
- Is duplicate of Bug #96651: When pasting a page with redirects => error 'Attempt to insert record "sys_redirect…' added
Actions