snipe-it/app/Http/Transformers
Till Deeke 07a92d20d7 Fixing #5773: Refactoring the "clearing" of select2 lists (#5839)
* adds select2 placeholders to select lists

To allow us to clear the selection on „select2“ selects, we need a placeholder attribute

See: https://select2.org/placeholders

* Removes empty option from multiple select

select2 requires an empty option value on singular selects, but not on multiple selects.

When selecting multiple options, this empty option would be shown as selectable otherwise, not clearing the selection.

* Adds the option to clear select2 instances

Sets the correct options to allow clearing of out select2 instances. The empty placeholder is required, since clearing only works when a placeholder ist set (event an empty one).

See: https://select2.org/placeholders

* Removes the „Clear selection“ option from select lists

Since we can clear the select2 lists with their native clearing method, we can remove this hack

* Updates generated assets (css/js)
2018-07-16 14:10:54 -07:00
..
AccessoriesTransformer.php Api tests (#5096) 2018-02-24 19:01:34 -08:00
ActionlogsTransformer.php Improved files display 2018-05-02 14:13:06 -07:00
AssetMaintenancesTransformer.php Check for associated maintenance asset 2018-03-07 22:22:36 -08:00
AssetModelsTransformer.php Api tests2 (#5098) 2018-02-25 12:10:02 -08:00
AssetsTransformer.php De-normalize new counters from 4.3.0 (#5547) 2018-05-16 19:20:43 -07:00
CategoriesTransformer.php Disallow deleting category if there are licenses 2018-07-05 18:02:25 -07:00
CompaniesTransformer.php Added Company policy to fix company deletion issue 2018-01-19 17:51:28 -08:00
ComponentsAssetsTransformer.php Added additional permissions for checkin/checkout buttons 2017-03-11 12:14:10 -08:00
ComponentsTransformer.php Fixed #4557 - added missing fields in components/consumables list view 2017-12-05 00:40:30 -08:00
ConsumablesTransformer.php Fixed #4557 - added missing fields in components/consumables list view 2017-12-05 00:40:30 -08:00
CustomFieldsetsTransformer.php Fixes #3775 - added missing created_at and updated_at fields 2017-07-29 17:01:03 -07:00
CustomFieldsTransformer.php Feature/custom fields default values (#5389) 2018-04-23 21:16:55 -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 Improved - disallow delete if not elgible in UI 2017-12-12 07:03:31 -08: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 #4043 - standardize groups API response 2017-09-27 15:18:29 -07:00
ImportsTransformer.php Add laravel routes to javascript (#4092) 2017-10-01 12:59:55 -07:00
LicenseSeatsTransformer.php Added location to seats transformer 2018-01-10 20:36:27 -08:00
LicensesTransformer.php Added license categories 2018-05-04 21:01:38 -07:00
LocationsTransformer.php Features/better table options (#5018) 2018-02-16 13:22:55 -08:00
ManufacturersTransformer.php Fixed #2402 - add ability to restore manufacturers 2018-03-03 18:46:19 -08:00
SelectlistTransformer.php Fixing #5773: Refactoring the "clearing" of select2 lists (#5839) 2018-07-16 14:10:54 -07:00
StatuslabelsTransformer.php Fixed broken pagination on status labels API 2018-07-05 14:42:39 -07:00
SuppliersTransformer.php Fixed transformers to use new singleton upload urls 2017-11-07 11:11:47 -08:00
UsersTransformer.php PHP7.2 count fixes (#5427) 2018-04-29 06:10:49 -07:00