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
custom-checkbox.blade.php Updated another set of components 2022-11-15 12:44:57 +00:00
date.blade.php
dropzone.blade.php
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
image-picker.blade.php Updated a whole load more js components 2022-11-15 16:04:46 +00:00
number.blade.php
password.blade.php
request-query-inputs.blade.php
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
text.blade.php
textarea.blade.php
toggle-switch.blade.php Updated another set of components 2022-11-15 12:44:57 +00:00
user-select-list.blade.php
user-select.blade.php