MPIB / Lagerregal

Super awesome inventory System for electronic devices
Other
24 stars 10 forks source link

Fix CSV export view / refactor list view #340

Closed xi closed 5 years ago

xi commented 5 years ago

fixes #327.

CSV export and list view used to very different mechanisms to get the list of devices. The strange thing about DeviceList is that in some cases, it actually got a list of lendings, not devices.

I changed the code so that both views use the same function that always returns a query set on the Device model. I hope that I managed to merge the relevant condition from both views.