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
ActionlogsTransformer.php
AssetMaintenancesTransformer.php
AssetModelsTransformer.php
AssetsTransformer.php
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
ComponentsTransformer.php
ConsumablesTransformer.php
CustomFieldsetsTransformer.php Fixes #3775 - added missing created_at and updated_at fields 2017-07-29 17:01:03 -07:00
CustomFieldsTransformer.php
DatatablesTransformer.php
DepartmentsTranformer.php Improved - disallow delete if not elgible in UI 2017-12-12 07:03:31 -08:00
DepreciationsTransformer.php
GroupsTransformer.php
ImportsTransformer.php
LicenseSeatsTransformer.php
LicensesTransformer.php Added license categories 2018-05-04 21:01:38 -07:00
LocationsTransformer.php
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
UsersTransformer.php