We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This might be the reason why #62 is not working but I opened a new issue just in case.
Roles don't seem to be working properly, if you try to add a new role you get the following exception:
Undefined variable: team (View: /var/www/opus/resources/views/team/partials/tab-menu.blade.php)
Also when trying to edit a role:
InvalidArgumentException in FileViewFinder.php line 137: View [role.edit] not found.
And it looks like only the last registered user is getting assigned to the default "admins" role:
Steps to reproduce
Could it be related to Groups being changed to Roles after ae8e301 and maybe some changes need to be refactored?
The text was updated successfully, but these errors were encountered:
495bdde
No branches or pull requests
This might be the reason why #62 is not working but I opened a new issue just in case.
Roles don't seem to be working properly, if you try to add a new role you get the following exception:
Undefined variable: team (View: /var/www/opus/resources/views/team/partials/tab-menu.blade.php)
Also when trying to edit a role:
InvalidArgumentException in FileViewFinder.php line 137: View [role.edit] not found.
And it looks like only the last registered user is getting assigned to the default "admins" role:
Steps to reproduce
Could it be related to Groups being changed to Roles after ae8e301 and maybe some changes need to be refactored?
The text was updated successfully, but these errors were encountered: