mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
3cfcc43efa
* Adds basic GET api support for CustomFieldsets Currently there is not support for getting what fields a given fieldset contains from the API. This commit creates a new API Controller for CustomFieldsets as well as Transformers for CustomFields CustomFieldsets. Additionally, the api route has been updated so that a show method can be access from http://myapp/api/v1/fieldsets/{id} * CustomFieldsetsTransformer only returns id and name of model * Added index api method for CustomFieldsets * Removes copy/paste error in CustomFieldsetController (including search) * Added id to CustomFieldsetsTransformers * Adds custom_fieldset_id as a field when storing and updating AssetModels * Removed uncessesary parameter from CustomFieldsetsController.index * Cleaned up CustomFieldset API |
||
---|---|---|
.. | ||
Api | ||
Auth | ||
AccessoriesController.php | ||
ActionlogController.php | ||
AssetMaintenancesController.php | ||
AssetModelsController.php | ||
AssetsController.php | ||
CategoriesController.php | ||
CompaniesController.php | ||
ComponentsController.php | ||
ConsumablesController.php | ||
Controller.php | ||
CustomFieldsController.php | ||
CustomFieldsetsController.php | ||
DashboardController.php | ||
DepartmentsController.php | ||
DepreciationsController.php | ||
GroupsController.php | ||
ImportsController.php | ||
LicensesController.php | ||
LocationsController.php | ||
ManufacturersController.php | ||
ProfileController.php | ||
ReportsController.php | ||
SettingsController.php | ||
StatuslabelsController.php | ||
SuppliersController.php | ||
UsersController.php | ||
ViewAssetsController.php |