Closed (fixed)
Project:
Trash
Version:
3.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2026 at 16:28 UTC
Updated:
13 Feb 2026 at 18:24 UTC
Jump to comment: Most recent
If I restore content that results in an URL alias conflict, I get an error message that the content cannot be restored, but it actually was.
The error message should be updated or the behavior should be updated to reflect the message?
TBD
TBD
TBD
TBD
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
dave reidComment #5
amateescu commentedOpened a MR with a test to kick things off.
Comment #6
amateescu commentedThe easiest solution would be to wrap the restoring process in a transaction, so exceptions from associated entities can bubble up.
Comment #9
amateescu commentedMerged!