snipe-it/resources/lang
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
..
af Updated language strings 2017-07-07 13:14:51 -07:00
ar Updated language strings 2017-07-07 13:14:51 -07:00
bg Updated language strings 2017-07-07 13:14:51 -07:00
cs Updated language strings 2017-07-07 13:14:51 -07:00
da Updated language strings 2017-07-07 13:14:51 -07:00
de Updated language strings 2017-07-07 13:14:51 -07:00
el Updated language strings 2017-07-07 13:14:51 -07:00
en Adds basic GET api support for CustomFieldsets (#3697) 2017-07-12 17:51:22 -07:00
en-GB Updated language strings 2017-07-07 13:14:51 -07:00
en-ID Updated language strings 2017-07-07 13:14:51 -07:00
es-CO Updated language strings 2017-07-07 13:14:51 -07:00
es-ES Updated language strings 2017-07-07 13:14:51 -07:00
et Updated language strings 2017-07-07 13:14:51 -07:00
fa Updated language strings 2017-07-07 13:14:51 -07:00
fi Updated language strings 2017-07-07 13:14:51 -07:00
fr Updated language strings 2017-07-07 13:14:51 -07:00
he Updated language strings 2017-07-07 13:14:51 -07:00
hr Updated language strings 2017-07-07 13:14:51 -07:00
hu Updated language strings 2017-07-07 13:14:51 -07:00
id Updated language strings 2017-07-07 13:14:51 -07:00
it Updated language strings 2017-07-07 13:14:51 -07:00
ja Updated language strings 2017-07-07 13:14:51 -07:00
ko Updated language strings 2017-07-07 13:14:51 -07:00
lt Updated language strings 2017-07-07 13:14:51 -07:00
mn Updated language strings 2017-07-07 13:14:51 -07:00
ms Updated language strings 2017-07-07 13:14:51 -07:00
nl Updated language strings 2017-07-07 13:14:51 -07:00
no Updated language strings 2017-07-07 13:14:51 -07:00
pl Updated language strings 2017-07-07 13:14:51 -07:00
pt-BR Updated language strings 2017-07-07 13:14:51 -07:00
pt-PT Updated language strings 2017-07-07 13:14:51 -07:00
ro Updated language strings 2017-07-07 13:14:51 -07:00
ru Updated language strings 2017-07-07 13:14:51 -07:00
sv-SE Updated language strings 2017-07-07 13:14:51 -07:00
ta Updated language strings 2017-07-07 13:14:51 -07:00
th Updated language strings 2017-07-07 13:14:51 -07:00
tr Updated language strings 2017-07-07 13:14:51 -07:00
vi Updated language strings 2017-07-07 13:14:51 -07:00
zh-CN Updated language strings 2017-07-07 13:14:51 -07:00
zh-TW Updated language strings 2017-07-07 13:14:51 -07:00