Actions
Task #3153
closedReplace in_array and array_intersect access checking with hasAccess
Description
Replace heavy in_array and array_interest usage with new hasAccess function which performs minimal in_array checks and also supposed "and/or" scenarios if access is an array to allow "user must have A + B + C" or "user must have A or B or C" checking.
Actions