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
ActionlogsTransformer.php
AssetMaintenancesTransformer.php
AssetModelsTransformer.php
AssetsTransformer.php
CategoriesTransformer.php
CompaniesTransformer.php
ComponentsAssetsTransformer.php
ComponentsTransformer.php
ConsumablesTransformer.php
CustomFieldsetsTransformer.php
CustomFieldsTransformer.php
DatatablesTransformer.php
DepartmentsTranformer.php
DepreciationsTransformer.php
GroupsTransformer.php
ImportsTransformer.php
LicensesTransformer.php
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
StatuslabelsTransformer.php
SuppliersTransformer.php
UsersTransformer.php