CS2103-AY1819S2-T12-3 / main

MediTabs: Medicine Stock Taking Application
https://cs2103-ay1819s2-t12-3.github.io/main/
MIT License
2 stars 4 forks source link

'Low in Stock' in warning panel is not sorted #170

Closed nus-se-bot closed 5 years ago

nus-se-bot commented 5 years ago

Describe the bug The low in stock warning panel is not sorted for high values of threshold

To Reproduce Steps to reproduce the behavior:

  1. Type warning q/900
  2. See 'Low in Stock' panel
  3. Not sorted

Expected behavior Should be shown in a sorted manner

Screenshots Untitled

Additional context Trying 'warning q/90' shows a sorted 'Low in Stock' panel but not 'warning q/900'


Reported by: @reinsheer Severity: Medium

[original: nus-cs2103-AY1819S2/pe-dry-run#677]

flxffy commented 5 years ago

Fixed with pull request #179 and #180