Description of changes:
Integrated storing and retrieving variables from local storage with the Vue Store better. Previously it was only using local storage but the request used the Vue Store, meaning when queue was toggled requests still came in with the queue set as true.
To do this some types had to be defined to properly retrieve the value from storage as the correct type. Also the other dropdowns had to be slightly modified.
The queue toggle will only work in Test and Prod
For some reason the queue does not work in dev, currently it never picks up NRs of priority while test always picks up NRs of priority. This means it will have to be tested in test only.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namex license (Apache 2.0).
Issue #: 22308 https://app.zenhub.com/workspaces/names-team-board-new-655554cbddd49510027dad2e/issues/gh/bcgov/entity/22308
Description of changes: Integrated storing and retrieving variables from local storage with the Vue Store better. Previously it was only using local storage but the request used the Vue Store, meaning when queue was toggled requests still came in with the queue set as true.
To do this some types had to be defined to properly retrieve the value from storage as the correct type. Also the other dropdowns had to be slightly modified.
The queue toggle will only work in Test and Prod
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namex license (Apache 2.0).