We are doing project where we need ACL not only for particular field but also for value of that field.
Lets say we got Statuses:
In progress
Done
And we need to "Done" be available only for some roles in our system (lets say Project Managers).
We know that this is probably a lot of coding - but is there any idea how to implement this in module so we can pass this module to community?
Many thanks.
Lets say we got Statuses:
In progress
Done
And we need to "Done" be available only for some roles in our system (lets say Project Managers).
We know that this is probably a lot of coding - but is there any idea how to implement this in module so we can pass this module to community?
Many thanks.
Comment