Skip to content

Commit

Permalink
Group categories : Missing option PrivateBetweenUsers #3542 - refs #3542
Browse files Browse the repository at this point in the history
  • Loading branch information
carlangas159 committed Nov 26, 2020
1 parent a219266 commit 0b49010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/group/group_category.php
Expand Up @@ -303,6 +303,7 @@ function check_groups_per_user($value)
$form->createElement('radio', 'announcements_state', get_lang('GroupAnnouncements'), get_lang('NotAvailable'), GroupManager::TOOL_NOT_AVAILABLE),
$form->createElement('radio', 'announcements_state', null, get_lang('Public'), GroupManager::TOOL_PUBLIC),
$form->createElement('radio', 'announcements_state', null, get_lang('Private'), GroupManager::TOOL_PRIVATE),
$form->createElement('radio', 'announcements_state', null, get_lang('PrivateBetweenUsers'), GroupManager::TOOL_PRIVATE_BETWEEN_USERS),
];
$form->addGroup(
$group,
Expand Down Expand Up @@ -398,6 +399,7 @@ function check_groups_per_user($value)
$values['id'],
$values['title'],
$values['description'],

$values['doc_state'],
$values['work_state'],
$values['calendar_state'],
Expand Down

0 comments on commit 0b49010

Please sign in to comment.