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

OO-4235: It should only be possible to select one coach as topic

parent da842f89
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ public class TopicIdentitySearchController extends FormBasicController {
@Override
protected void initForm(FormItemContainer formLayout, Controller listener, UserRequest ureq) {
searchController = new UserSearchFlexiController(ureq, getWindowControl(),
formLayout.getRootForm(), GroupRoles.coach, true);
formLayout.getRootForm(), GroupRoles.coach, false);
listenTo(searchController);
formLayout.add(searchController.getInitialFormItem());
}
......
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