Skip to content
Snippets Groups Projects
Commit a0722f09 authored by Dirk Furrer's avatar Dirk Furrer
Browse files

OO-1472: added css class for selenium tests

parent 39dc1694
No related branches found
No related tags found
No related merge requests found
......@@ -253,6 +253,7 @@ class ENEditGroupAreaFormController extends FormBasicController implements Gener
allowMultipleEnroll.addActionListener(FormEvent.ONCLICK);
multipleEnrollCount = uifactory.addIntegerElement("form.multipleEnrollCount", enrollCountConfig, formLayout);
multipleEnrollCount.setElementCssClass("o_sel_enroll_max");
multipleEnrollCount.setMinValueCheck(1, "error.multipleEnroll");
multipleEnrollCount.setVisible(allowMultipleEnroll.isSelected(0));
......
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