bb-plane-fork/apps
Dheeraj Kumar Ketireddy 647813a6ab
[WEB-4440] fix: duplicate sequence when creating multiple workitems in rapid succession (#8298)
- Replace advisory lock with transaction-level lock in Issue model save method
- Updated the save method in the Issue model to use a transaction-level advisory lock for better concurrency control.
- Simplified the locking mechanism by removing the explicit unlock step, as the lock is automatically released at the end of the transaction.
- Maintained existing functionality for sequence and sort order management while improving code clarity.
2025-12-10 23:20:41 +05:30
..
admin chore: update package version 2025-12-09 23:35:52 +05:30
api [WEB-4440] fix: duplicate sequence when creating multiple workitems in rapid succession (#8298) 2025-12-10 23:20:41 +05:30
live [WIKI-844] fix: realtime sync post vite migration with title editor sync and indexed db access (#8294) 2025-12-10 19:02:52 +05:30
proxy [WEB-5592] chore: add static files update settings for static files support (#8251) 2025-12-09 21:05:26 +05:30
space chore: update package version 2025-12-09 23:35:52 +05:30
web [WIKI-844] fix: realtime sync post vite migration with title editor sync and indexed db access (#8294) 2025-12-10 19:02:52 +05:30