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

OO-4836: RS when saving configuration in admin GUI

parent c23690b1
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,7 @@ public class OpencastAdminController extends FormBasicController {
opencastModule.setCourseNodeEnabled(cnEnabled);
Type authDelegateType = authDelegateTypeEl.isOneSelected()
? Type.valueOf(authDelegateTypeEl.getSelectedValue())
? Type.valueOf(authDelegateTypeEl.getSelectedKey())
: Type.User;
opencastModule.setAuthDelegateType(authDelegateType);
......
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