BookStack/resources/views/form
Dan Brown 0123d83fb2
Fixed not being able to remove all user roles
User roles would only be actioned if they existed in the form request,
hence removal of all roles would have no data to action upon.
This adds a placeholder 0-id role to ensure there is always role data to
send, even when no roles are selected. This field value is latter
filtered out.

Added test to cover.

Likely related to #3922.
2022-12-16 17:44:13 +00:00
..
checkbox.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
custom-checkbox.blade.php Updated another set of components 2022-11-15 12:44:57 +00:00
date.blade.php Built out interfaces & endpoints for API token managment 2019-12-29 17:03:52 +00:00
dropzone.blade.php Added an env configurable file upload size limit 2021-11-14 22:03:22 +00:00
entity-permissions-row.blade.php Extracted hardcoded english text to language files 2022-11-10 13:30:48 +00:00
entity-permissions.blade.php Redesigned users list to be responsive and aligned 2022-10-29 15:23:21 +01:00
errors.blade.php Completed webhook management interface 2021-12-08 17:35:58 +00:00
image-picker.blade.php Updated a whole load more js components 2022-11-15 16:04:46 +00:00
number.blade.php Added timeout and debugging statuses to webhooks 2022-01-03 19:42:48 +00:00
password.blade.php Disable autocomplete on the change password field 2021-01-13 12:21:57 -08:00
request-query-inputs.blade.php Started build of tag view 2021-11-06 16:30:20 +00:00
role-checkboxes.blade.php Fixed not being able to remove all user roles 2022-12-16 17:44:13 +00:00
role-select.blade.php Cleaned up usage of some core scss files 2019-04-07 11:34:40 +01:00
text.blade.php Built out interfaces & endpoints for API token managment 2019-12-29 17:03:52 +00:00
textarea.blade.php Cleaned up usage of some core scss files 2019-04-07 11:34:40 +01:00
toggle-switch.blade.php Updated another set of components 2022-11-15 12:44:57 +00:00
user-select-list.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
user-select.blade.php Improved input size consistency 2022-05-14 16:05:29 +01:00