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
With ds requests turned on in traffic_portal_properties.json, all changes to a ds (create, update or delete) result in the creation of a ds request.
however, if you are an admin, you can select "fulfill immediately" for the ds request. this will result in:
creating a ds request to delete the ds and immediately marking it as complete
deleting the ds
#1 should fail if an existing ds request is open (status != complete) for the ds which it does but #2 still succeeds (which it should not).
UPDATE: @dsouza93 found this issue as well (#3717), the underlying issue sounds the same:
When there is an open delivery service request for a delivery service, and a user attempts to change a value on the delivery service and "fulfill immediately", Traffic Portal displays an error that there is an active delivery service request open for said delivery service. The delivery service data is then updated anyway. I am not sure if this is intended behavior and is to serve as a warning or if it supposed to prevent updates, but thought I'd bring it up.
My specific use case was when there was a delivery service request in the "pending" status with the only action left was to "complete" the request. I then set the delivery service itself to "active"/"fulfill immediately" without completing the delivery service request.
I am unsure if this will occur when other fields are altered or if it will occur when DS requests are in other states.
The text was updated successfully, but these errors were encountered:
With ds requests turned on in traffic_portal_properties.json, all changes to a ds (create, update or delete) result in the creation of a ds request.
however, if you are an admin, you can select "fulfill immediately" for the ds request. this will result in:
#1 should fail if an existing ds request is open (status != complete) for the ds which it does but #2 still succeeds (which it should not).
UPDATE:
@dsouza93 found this issue as well (#3717), the underlying issue sounds the same:
When there is an open delivery service request for a delivery service, and a user attempts to change a value on the delivery service and "fulfill immediately", Traffic Portal displays an error that there is an active delivery service request open for said delivery service. The delivery service data is then updated anyway. I am not sure if this is intended behavior and is to serve as a warning or if it supposed to prevent updates, but thought I'd bring it up.
My specific use case was when there was a delivery service request in the "pending" status with the only action left was to "complete" the request. I then set the delivery service itself to "active"/"fulfill immediately" without completing the delivery service request.
I am unsure if this will occur when other fields are altered or if it will occur when DS requests are in other states.
The text was updated successfully, but these errors were encountered: