snipe-it/app/Http/Controllers/Api
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
..
AccessoriesController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
AssetMaintenancesController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
AssetModelsController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
AssetsController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
CategoriesController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
CompaniesController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
ComponentsController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
ConsumablesController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
CustomFieldsController.php Fixed #7250 - permission issue for API fieldsets and fields endpoints 2019-07-24 11:00:42 -07:00
CustomFieldsetsController.php Fixed #7250 - permission issue for API fieldsets and fields endpoints 2019-07-24 11:00:42 -07:00
DepartmentsController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
DepreciationsController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
GroupsController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
ImportController.php Fixes/import permissions mask (#6826) 2019-03-18 11:58:08 -07:00
LicensesController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
LocationsController.php Fixes nested location selectlist (#7483) 2019-10-02 03:56:56 -07:00
ManufacturersController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
ProfileController.php Fixed error if item requested or request was deleted (#6786) 2019-03-05 23:47:36 -08:00
ReportsController.php Change ->has() to ->filled() 2019-05-23 17:39:50 -07:00
SettingsController.php Better log message for bad LDAP connection 2019-07-15 14:10:57 -07:00
StatuslabelsController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
SuppliersController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00
UsersController.php Account for limit if none is passed in the request 2019-09-03 20:28:49 -07:00