jshoyos / soen390-team01

MIT License
0 stars 0 forks source link

Having multiple filters options in Inventory #78

Closed noahfreger closed 3 years ago

noahfreger commented 3 years ago

Describe the bug When trying to apply multiple filters to the inventory view it only selects the most recent filter.

To Reproduce Steps to reproduce the behavior:

  1. Go to InventoryManagement
  2. Click on multiple Filter option
  3. Select desired values
  4. The table will display the most recent filter selected.

Expected behavior We expect the resulted table to be displayed to have all applied filters.

Screenshots 2)Click on first filter option image 2)Click on second filter option image 4)display last filter choice image

Additional context Introduced in #72

t-andrews commented 3 years ago

Solved by #84