Fulfill Order List screen has 2 statuses selected, but nothing is showing in Order Status select
Description
When someone enters Fulfill Order List screen you can see that in the URL there are 2 statuses selected: FULFILLING and ORDERED, i.e. https://test.openlmis.org/#!/orders/fulfillment?status=FULFILLING&status=ORDERED Also you can see 'x' sing but no label about selected status and (1) as number of filters selected:
Proposed Solution: We don't want to introduce multiple selections for now so the best way to resolve this issue will be to not set any value for selected status and in case that there will be no status selected we will send both statuses, ORDERED and FULFILLING. Acceptance Criteria:
when a user closes out all filters (using the x) the filter state will not be active with (1) since there are not any filters in place.
The page should continue to only show orders in the "fulling and Ordered state"
A user can filter one status or the other but cannot select other statuses *When the user is first directed to the page, the url at the top should not mention statuses (less confusing for the user)
When someone enters Fulfill Order List screen you can see that in the URL there are 2 statuses selected: FULFILLING and ORDERED, i.e. https://test.openlmis.org/#!/orders/fulfillment?status=FULFILLING&status=ORDERED
Also you can see 'x' sing but no label about selected status and (1) as number of filters selected:
Proposed Solution:
We don't want to introduce multiple selections for now so the best way to resolve this issue will be to not set any value for selected status and in case that there will be no status selected we will send both statuses, ORDERED and FULFILLING.
Acceptance Criteria:
when a user closes out all filters (using the x) the filter state will not be active with (1) since there are not any filters in place.
The page should continue to only show orders in the "fulling and Ordered state"
A user can filter one status or the other but cannot select other statuses
*When the user is first directed to the page, the url at the top should not mention statuses (less confusing for the user)