Relative uuids do not resolve correctly on synthetic actors. #12023
Closed
Description
What happened?
See screenshot. On the right is the "prototype" actor with an item that contains a content link using a relative uuid (generated automatically via drag-and-drop) to another item in their Items
collection.
On the left is a synthetic actor created from that prototype actor. I did confirm that the ids of the embedded items are unchanged.
This is (probably?) the cause of these issues:
foundryvtt/dnd5e#4755
foundryvtt/dnd5e#4988
What ways of accessing Foundry can you encounter this issue in?
- Native App (Electron)
- Chrome
- Firefox
- Safari
- Other
Reproduction Steps
- Create an actor with
prototypeToken.actorLink: false
. - Create two items on the actor.
- Drag-and-drop item A into a text editor on item B. (This creates a link using relative uuid.)
- Then plop the actor onto the canvas.
- Open the sheet of this synthetic actor. The created content link does not resolve.
What core version are you reporting this for?
12.331
Relevant log output
No response
Bug Checklist
- The issue occurs while all Modules are disabled
Metadata
Assignees
Labels
Type
Projects
Status
Done