You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seem like if you set "including children (categories and courses)" for the Role condition it only checks allocation in direct subcategories (excluding children of subcategories and courses ).
Seem like if you set "including children (categories and courses)" for the Role condition it only checks allocation in direct subcategories (excluding children of subcategories and courses ).
This happens because of usage $context->get_child_contexts() here https://github.com/catalyst/moodle-tool_dynamic_cohorts/blob/MOODLE_404_STABLE/classes/local/tool_dynamic_cohorts/condition/user_role.php#L313C55-L313C62
The text was updated successfully, but these errors were encountered: