Something went wrong while setting issue due date.
acl_base management should be refactored
Closed
acl_base management should be refactored
In plugin base and acl_base are two separated vars so they can go out of sync which cause a mess. Tabs should ask ACL base to the tabs class which should ask it to the main tab which always handle it. (with a base attribute or with a fixed base).
This would remove the need for set_acl_base calls.