mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
81084fa717
Previously there was a 999 max seats on Licenses as anything above that seemed to cause slowdowns and failure. This commit allievates those pain points - removed freeSeats as a hydrated Eloquent model on JSON requests for the licenses index - removed 'licenseSeats.user', 'licenseSeats.asset' from the 'with' clause as it's not needed in the view (Datatabales takes care of that) - removed the 999 max seats limit from the License Model, - reworked how new license seats are created when increasing seats or creating licenses - Added an index the license_seats table to help speed up lookups |
||
---|---|---|
.. | ||
Accessories | ||
Account | ||
Api | ||
Assets | ||
Auth | ||
Components | ||
Consumables | ||
Kits | ||
Licenses | ||
Users | ||
ActionlogController.php | ||
AssetMaintenancesController.php | ||
AssetModelsController.php | ||
BulkAssetModelsController.php | ||
CategoriesController.php | ||
CheckInOutRequest.php | ||
CompaniesController.php | ||
Controller.php | ||
CustomFieldsController.php | ||
CustomFieldsetsController.php | ||
DashboardController.php | ||
DepartmentsController.php | ||
DepreciationsController.php | ||
GroupsController.php | ||
HealthController.php | ||
ImportsController.php | ||
LocationsController.php | ||
ManufacturersController.php | ||
ModalController.php | ||
ProfileController.php | ||
ReportsController.php | ||
SettingsController.php | ||
StatuslabelsController.php | ||
SuppliersController.php | ||
ViewAssetsController.php |