My issue revolves around external users and their associated projects.
Regardless if I assign a contact / user to a project when logged in under that user I cannot view any projects tied to that user
I found the same issue [here] (https://github.com/Dolibarr/dolibarr/pull/205) and a possible fix within that discussion however that fix throws errors when internal users with limited permissions try to access projects.
After reviewing project.class.php and reading Eldy's reply to the post noted above I discovered the fix was there all along but commented out as Eldy believed it wasn't necessary
For anyone else who encounters this bug just copy and paste all the text in the spoiler below into htdocs/project/class/project.class.php
please note I did not create this fix I only uncommented the solution already in the file.. Any thanks should be directed to Eldy for all his hard work
↧