3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-01 13:59:07 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
3ecdafa685 Add class to error placement check 2023-11-14 16:12:47 -08:00
20ae9dea19 Fix placement of error message 2023-11-14 15:55:15 -08:00
fe0f9743d3 Update additional partials for validation 2023-11-14 12:07:37 -08:00
02cacf76c6 Additional multi-select options for custom report
Signed-off-by: snipe <snipe@snipe.net>
2023-05-16 13:58:21 -07:00
04fec144a0 Added localization strings for partials, added file structure 2021-11-19 12:12:11 +01:00
7e41c74cc3 Updated more fa icons
Signed-off-by: snipe <snipe@snipe.net>
2021-09-26 01:11:08 -07:00
57d6a7d35e Fixed #8753 - create-asset-from-model did not preselect the model 2020-11-18 13:59:02 -08:00
4898b58bdb Fixed #8765 - UI not indicating model is required 2020-11-17 13:40:15 -08:00
a6d0209e93 Fixed #8567 - don’t require model for custom report 2020-10-21 12:23:27 -07:00
0eeeb24cae Added data-validation=“required" to appropriate field partials 2020-09-03 16:59:42 -07:00
7ea862787c Refactor controller to use one method that shows all modals based on name. 2020-05-23 15:24:00 -04:00
cb71bcc4af Switch to old() helper 2020-04-21 03:58:31 -07:00
21d8225696 Use button primary for higher contrast 2020-04-02 18:33:26 -07:00
bdddab5b8b Added role=“option” to option items, additional icon font fixes 2020-04-02 18:17:21 -07:00
9ab3370be5 Hide icons in error messages 2020-04-01 03:21:15 -07:00
c3d2e8ff26 Added aria-hidden to inline form error text 2020-04-01 00:18:20 -07:00
be93b23488 Added aria-label to form fields 2020-04-01 00:15:33 -07:00
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
dfb2b9b569 Major overhaul for modals, and a fix for #4820 (#4866)
Changes how the various modals work, and allows for specifying
category_type when inline-creating categories.
2018-01-20 00:42:29 -08:00
ff793f1cb5 Added variable to determine if “new” modal button should be displayed 2017-12-01 14:37:11 -08:00
ffae537400 Check that the models are valid being trying to return a value in the ajax partials 2017-11-08 17:07:57 -08:00
39c68214e9 More ajax menu fixes 2017-10-28 11:17:52 -07:00
1d212b59bd Added model select2 partial 2017-10-26 21:51:27 -07:00