Fix autocompleting entity layers where id != entity type #2810
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#2810
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?
If (for example) you have a type of entities, "participants", and a
second annotation layer for them, like this:
then we should be passing key="participants" to autocompleteEntities
(since that is the type of entity), not key="participantsdiscussed"
(which is not a type of entities and raises an error).
Attachment 0001-Pass-entity-type-to-autocompleteEntities-not-layer-i.patch (1386 bytes) added
Patch: Pass entity type to autocompleteEntities, not layer id (fixes #2810)
In [pandora,4998]changeset:"pandora,4998":