-
-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
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
Configuration of roles to add/edit customers, projects, activities... #479
Comments
You can already configure the roles for a user. |
Hi Kevin, thanks a lot. Is there a way to reload the configs / rebuilding the Symfony cache on a web server without access via ssh? |
Try to delete the directory |
After deleting the directory, kimai doesn't work anymore... |
Check the log file at var/log/prod.log - I assume the Webserver has no permissions to create the directory. Check the permissions for var/cache/ |
There is no log file at var/log/. And i set the permission for the cache folder to 777 and it doesn't help... |
No log file at all? Thats weird. |
Hi Kevin, i setup Kimai locally on a mac and transfered it via FTP to the webserver (https://github.com/kevinpapst/kimai2/blob/master/var/docs/installation.md#ftp-installation). So i try to redo this process and hope that reloading the cache will works. |
Hi Kevin, i'd redo the setup of Kimai via FTP and after creating local.yaml and deleting the directory /var/cache/prod/ a reload of the cache works. I changed the local.yaml and deleted the directory again but then the reload of the cache doesn't work anymore. |
Hi Kevin, reloading of the cache works now and the cause of error was inside the local.yaml (tabs). Configure the permission map for role_user and adding sets like activities or projects won't work after reloading the cache (users with role USER_ROLE won't be able to see/access the activities/projects administration in the backend menu). My local.yaml contains: permissions: |
Hm, you found a bug. |
Perfect. Until you've fixed that i have to assign USER_TEAMLEAD to all users?! |
Maybe it's better to place the buttons (for users) outside of the admin menu? So it will be more easy to organize activities, customers... |
From my perspective, ROLE_USER shouldn't have the permission to reach these screens. But on the other hand, maybe the admin menu could be restructured. I'll think about it. |
Fixed, you could update to the latest version |
Okay, thanks. When will it be released? |
A release is nothing more than a random tag on master for the non-tech guys ;-) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you use Kimai on a daily basis, please consider donating to support further development of Kimai. |
Hi Kevin,
thanks for publishing the new release with global activities. It is a essential feature for us...
In Kimai V1 it was possible to create/configure user roles to enable/disable tasks like adding new customers, projects, activities but in Kimi V2 we can't find that kind of configuration for roles?!
We need this feature to assign rights to roles to enable/disable the configuration of customers, projects (e.g. for Role „User“) or activities (e.g. for Role „Teamleader“ or „“) and hope it will be a part of the next release...
The text was updated successfully, but these errors were encountered: