Skip to content
Snippets Groups Projects
Commit c697b5cc authored by uhensler's avatar uhensler
Browse files

OO-4207: Persist access conditions again

parent c0a82639
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ public class TabbableConditionNodeConfigController extends ActivateableTabbableD
if (event == NodeEditController.NODECONFIG_CHANGED_EVENT) {
fireEvent(ureq, NodeEditController.NODECONFIG_CHANGED_EVENT);
}
} else if (source == visibilityCtrl && event.equals(Event.CHANGED_EVENT)) {
} else if (source == accessCtrl && event.equals(Event.CHANGED_EVENT)) {
Condition cond = accessCtrl.getCondition();
((AbstractAccessableCourseNode)courseNode).setPreConditionAccess(cond);
fireEvent(ureq, NodeEditController.NODECONFIG_CHANGED_EVENT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment