You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
I believe there is an order of operations issue in DS Requests.
Perform the following sequence of steps:
User A creates a DS request to change LongDesc2
Before the DS request is fullfilled, User B updates LongDesc3 and fulfills immediately
User B sees an error as well as their change
User A sees that their DS Request now includes changes they didn't ask for
User B fulfills DS Request from User A
User B now sees that their change from 2 is now gone
I believe the correct action is to check for an existing DSR before updating the DS. The current behavior could lead to accidental deployment/reversion of changes.
I believe there is an order of operations issue in DS Requests.
Perform the following sequence of steps:
I believe the correct action is to check for an existing DSR before updating the DS. The current behavior could lead to accidental deployment/reversion of changes.