snipe-it/app/Http
snipe 22d2ad9248
Fixes nested location selectlist (#7483)
* Rename child locations method

* Use Ajax dropdown for locations selectlist for edit/create

* Removed locations database call on edit/create blades for faster loading

* Updated locations controller to use the new iterator

* Increase pagination on locations controller to 500

We’re already loading all of that data up beforehand anyway, so no point in keeping the query smaller.

* Fixed the else to make codacy happy

* Improve the design and performance of the nested location selectlist (#7484)

* Improve the design and performance of the nested location selectlist

* Fixed parse errors

* Removed debugging code/comments
2019-10-02 03:56:56 -07:00
..
Controllers Fixes nested location selectlist (#7483) 2019-10-02 03:56:56 -07:00
Middleware Set the serialization 2019-05-22 00:51:43 -07:00
Requests Fixes #7252 form request changes (#7272) 2019-07-18 14:32:23 -07:00
Traits Fix tests 2018-07-09 21:57:45 -07:00
Transformers Fixes nested location selectlist (#7483) 2019-10-02 03:56:56 -07:00
Kernel.php CORS for api (#7292) 2019-07-26 12:38:31 -07:00