mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -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 |
||
---|---|---|
.. | ||
AccessoriesController.php | ||
AssetMaintenancesController.php | ||
AssetModelsController.php | ||
AssetsController.php | ||
CategoriesController.php | ||
CompaniesController.php | ||
ComponentsController.php | ||
ConsumablesController.php | ||
CustomFieldsController.php | ||
CustomFieldsetsController.php | ||
DepartmentsController.php | ||
DepreciationsController.php | ||
GroupsController.php | ||
ImportController.php | ||
LicensesController.php | ||
LicenseSeatsController.php | ||
LocationsController.php | ||
ManufacturersController.php | ||
PredefinedKitsController.php | ||
ProfileController.php | ||
ReportsController.php | ||
SettingsController.php | ||
StatuslabelsController.php | ||
SuppliersController.php | ||
UsersController.php |