snipe-it/app/Http/Transformers
Daniel Meltzer 922d6937ae Custom field import repair (#3968)
* There is no notes field on accessories.  Fixes Importer Test.

* Fix notification test.  We should see a checkout not allowed exception when trying to check out to a location if the asset requires acceptance.

* Fix Custom field import.

Add a test for custom field import, and fix a few issues related to
importing custom fields.  This will restore v3 functionality.

* Add UI support for mapping custom fields.

This still requires the field mappings to be created/assigned in
advance, but will fetch all custom field names and allow them to be
selected when setting up custom field mappings.

This commit also updates laravel-mix to v1.4.3 and other node
dependencies to fix some build issues.

* Fix some requestable asset page/assetloc issues.  I'd love to know why laravel expections relationships to be in lower case... but thats a question for another day.
2017-09-18 12:29:08 -07:00
..
AccessoriesTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
ActionlogsTransformer.php Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
AssetMaintenancesTransformer.php Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
AssetModelsTransformer.php Fixes #3775 - added missing created_at and updated_at fields 2017-07-29 17:01:03 -07:00
AssetsTransformer.php Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
CategoriesTransformer.php Fixes #3802 - make id an (int) in API repsonse 2017-08-22 14:53:48 -07:00
CompaniesTransformer.php Fixes #3802 - make id an (int) in API repsonse 2017-08-22 14:53:48 -07:00
ComponentsAssetsTransformer.php Added additional permissions for checkin/checkout buttons 2017-03-11 12:14:10 -08:00
ComponentsTransformer.php Fixes #3786 - checkin/checkout to components UI 2017-07-29 16:13:17 -07:00
ConsumablesTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
CustomFieldsetsTransformer.php Fixes #3775 - added missing created_at and updated_at fields 2017-07-29 17:01:03 -07:00
CustomFieldsTransformer.php Custom field import repair (#3968) 2017-09-18 12:29:08 -07:00
DatatablesTransformer.php Additional API routes and controllers for models, suppliers, users, locations and status labels 2017-01-13 04:50:20 -08:00
DepartmentsTranformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
DepreciationsTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
GroupsTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
ImportsTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
LicensesTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
LocationsTransformer.php Merge branch 'checkout-to-location-v2' of https://github.com/dmeltzer/snipe-it into dmeltzer-checkout-to-location-v2 2017-08-25 06:04:22 -07:00
ManufacturersTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
StatuslabelsTransformer.php Fixes #3774 - fixes for inconsistent API responses (‘’ vs null) and adds escaping 2017-07-25 23:40:30 -07:00
SuppliersTransformer.php Fixes #3853 - added notes/zip to suppliers API response 2017-08-22 14:18:21 -07:00
UsersTransformer.php Fixed deleted users/restore users view 2017-09-06 17:11:43 -07:00