mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix admin checkbox on user page
This commit is contained in:
parent
f550e2360e
commit
314b5f8a57
@ -48,6 +48,7 @@
|
|||||||
|
|
||||||
{!! Former::checkbox('is_admin')
|
{!! Former::checkbox('is_admin')
|
||||||
->label(' ')
|
->label(' ')
|
||||||
|
->value(1)
|
||||||
->text(trans('texts.administrator'))
|
->text(trans('texts.administrator'))
|
||||||
->help(trans('texts.administrator_help')) !!}
|
->help(trans('texts.administrator_help')) !!}
|
||||||
{!! Former::checkbox('permissions[create_all]')
|
{!! Former::checkbox('permissions[create_all]')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user