Items not updated when an entity is renamed #2825
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#2825
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Renaming an entity updates findvalue on the corresponding annotations, but not the items for those annotations. So you end up in this half-way state where searching for the entity by its old name matches the appropriate scenes, but viewing with/as clips shows nothing.
Patch to follow.
Attachment 0001-Update-items-when-entities-are-renamed-fixes-2825.patch (1209 bytes) added
In [pandora,5012]changeset:"pandora,5012":
did not quite like the idea on relying on modification time here, only calling once per item and adding a force argument.
Yep, looks like a better approach!