snipe-it/resources/lang/en
gibsonjoshua55 3cfcc43efa Adds basic GET api support for CustomFieldsets (#3697)
* 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
2017-07-12 17:51:22 -07:00
..
admin Adds basic GET api support for CustomFieldsets (#3697) 2017-07-12 17:51:22 -07:00
auth Updated language strings 2017-07-07 13:14:51 -07:00
button.php Update user(view) for support multilanguage (#3383) 2017-03-10 16:58:29 -08:00
general.php Fixes #3644 - broken datepicker 2017-06-09 18:53:19 -07:00
mail.php Updated translations 2016-12-03 17:10:05 -08:00
pagination.php Updated translation strings with new purge text 2016-04-19 12:26:49 -07:00
passwords.php Translations and nicer formatting for login/password reset 2016-05-20 00:25:45 -07:00
reminders.php Updated translation strings with new purge text 2016-04-19 12:26:49 -07:00
table.php Updated translation strings with new purge text 2016-04-19 12:26:49 -07:00
validation.php Check for valid category types in validation 2017-01-13 09:27:32 -08:00