-
Notifications
You must be signed in to change notification settings - Fork 6
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
ROLES: Restrict issue list for user role according to private/public flag of project #121
Comments
Can you provide more details here. How do you want to use the project flag and issue access? |
Ok I described that in #116 |
I just tried the "internal" feature. Right now it seems that my user2 does still can see issues created by user1 in the listview of a project. |
I'm unable to replicate the issue in your last comment. I have setup a projects (Internal) with issues created by manager, user 1, & user 2. If I login as Manager ==> I see everything. |
That's weird. I just tried that with the latest 2.10. |
Can you post some screenshots of the users profile details, project edit form and open issues page to compare with what I have. |
I'm moving my demo instance online. But when I did it I receive this error after deleting an issue: FatalThrowableError in QueueTrait.php line 73: Call to a member function isOpen() on null |
The above issue should be fixed in develop-2.10 branch |
Works again. Thanks. I'm doing several things right now: Providing a test instance for both of us under develop.tinyissue.org, finishing the first draft the tinyissue webpage, working with helmut on the design. I've cancelled travelling to Kaiserslautern on weekend because I want to provide you with the new design samples too. |
Closed for now. Further issues should be treated seperately. |
I think we should restrict issue access for normal users depending on the private/public flag of the project (which we already have). Since this flag already does something similar to the project itself.
That way we can control if a project is really public (like an OpenSource project where everyone can see what's happening) or more company internal (where issue reporters like clients or testers should only see what they've created)
The text was updated successfully, but these errors were encountered: