Hi,
I've installed phpBugTracker but am having trouble with access controls.
Basically, if I create a project and add a bug to the project then I can open/edit it, PROVIDED that I am part of the Admin group.
Any user that is part of any other group can see the bugs in the summary, but when they follow the link to open/edit them, only a blank screen is displayed.
I've looked at all the obvious things like ownership of the projects and under the configuration with the strict editting rules etc. but nothing seems to change this situation and all the users have to be Admins (not ideal).
Any ideas anyone?
Thanks,
Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've installed phpBugTracker but am having trouble with access controls.
Basically, if I create a project and add a bug to the project then I can open/edit it, PROVIDED that I am part of the Admin group.
Any user that is part of any other group can see the bugs in the summary, but when they follow the link to open/edit them, only a blank screen is displayed.
I've looked at all the obvious things like ownership of the projects and under the configuration with the strict editting rules etc. but nothing seems to change this situation and all the users have to be Admins (not ideal).
Any ideas anyone?
Thanks,
Paul
I believe I've fixed it, but I can't explain what was happening.
There is a call in html which is "build_project_js". I followed this to function.php where it makes an admin check. I remove this check it works.
There was an alternative clause for when the admin check fails. For some reason this doesn't work which then causes the panel to stop processing.
For now I have a fix at least.
Thanks,
Paul