Rokasl
Rokasl
I love the idea of the plugin! However, in its current state, it’s not usable. I experience constant data loss, and the UI only reflects it after reloading the project....
@sanderbaas @leandrogehlen You can try adding custom resolver to your permissions field: ```php Checkboxes::make(__('Permissions'), 'permissions') ->options($this->loadPermissions()->map(function ($permission) { return [ 'group' => $this->translatePermissions(ucfirst($permission->group)), 'option' => $permission->name, 'label' => $this->translatePermissions($permission->name), ];...