Describe Your Environment
- Version of ZoneMinder: 1.39.17 (latest commit)
- How you installed ZoneMinder: Docker - zoneminder-containers/eventserver-base
Describe the bug
When multiple users are applying tags to events at the same time, each user's latest applied tag moves to the top which affects the other user's sorted tag list. When users are applying tags quickly using the buttons to apply the "last" tag, the "last" tag can change from what they applied last (and what they expect).
To Reproduce
Steps to reproduce the behavior:
- User1 apply tag1 to an event
- User2 apply tag2 to an event
- User1 use the button in the tag input to "Apply the last tag, then play the next event"
- Notice that tag2 was applied while User1 expected tag1 to be applied
Expected behavior
Each user should have their own sorted list of tags that they have applied.
Describe Your Environment
Describe the bug
When multiple users are applying tags to events at the same time, each user's latest applied tag moves to the top which affects the other user's sorted tag list. When users are applying tags quickly using the buttons to apply the "last" tag, the "last" tag can change from what they applied last (and what they expect).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Each user should have their own sorted list of tags that they have applied.