CompositeLight / currentRMS-helper

Chrome extension to add functionality to the CurrentRMS web interface.
9 stars 1 forks source link

Feature Request: Prevent quarantined items from being allocated #24

Closed CompositeLight closed 5 months ago

CompositeLight commented 5 months ago

As requested by JE. It makes absolutely no sense that you can quarantine an item, perhaps for being unsafe to use, but the system will still allow you to allocate it and send it to site. Will look into adding a check at the point of scanning. Will require an additional API call to retrieve active quarantine information.

CompositeLight commented 5 months ago

Added to development branch (V1.30.7) for testing.

ClearsoundPro commented 5 months ago

Great ideaThis has happened to us many many times, On 24 Jan 2024, at 15:26, Gareth Risdale @.***> wrote: As requested by JE. It makes absolutely no sense that you can quarantine an item, perhaps for being unsafe to use, but the system will still allow you to allocate it and send it to site. Will look into adding a check at the point of scanning. Will require an additional API call to retrieve active quarantine information.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

CompositeLight commented 5 months ago

This is now implemented.