#27 Support for custom order bys in browseView
Testcase to check if the order by for custom orders is working in browsView.
-
Open WebUI
-
Go to Aufträge
- Order by overall sum, descending:
- => orders get sorted by overall sum
- Flip through the pages, jump back and forth:
- => sorting is kept correctly, ordered by overall sum, descending, no matter which page you flipped / jumped to
- Try with ordering by Bereitstellungsdatum ascending:
- => orders get sorted by Bereitstellungsdatum ascending
- Flip through the pages, jump back and forth:
- => sorting is kept correctly, ordered by Bereitstellungsdatum ascending, no matter which page you flipped / jumped to
View source file on GitHub.com