Skip to content

Commit a00bb3d

Browse files
Usergroup : Remove the 'required' option on usergroup description - refs #6289
1 parent 99106e9 commit a00bb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/main/inc/lib/usergroup.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ public function setForm($form, $type = 'add', Usergroup $userGroup = null)
18361836
$form->addHtmlEditor(
18371837
'description',
18381838
get_lang('Description'),
1839-
true,
1839+
false,
18401840
false,
18411841
[
18421842
'ToolbarSet' => 'Minimal',

0 commit comments

Comments
 (0)