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
If two warrants cover the same period, the newest warrant (the one with the latest start_date) should be the only current warrant, the previous warrants should be expired with the expires_on set to the same value as the start_on of the new warrant. The previous warrant should also have its status changed to "expired".
This causes duplicate records to show up in the offiers list if not handled properly.
If two warrants cover the same period, the newest warrant (the one with the latest start_date) should be the only current warrant, the previous warrants should be expired with the expires_on set to the same value as the start_on of the new warrant. The previous warrant should also have its status changed to "expired".
This causes duplicate records to show up in the offiers list if not handled properly.
Suggested changes will need to be made in app/src/Services/WarrantManager/DefaultWarrantManager.php to resolve this issue.
The text was updated successfully, but these errors were encountered: