Merge branch 'master' into fix_activity_rights

This commit is contained in:
2022-07-11 17:17:35 +02:00
26 changed files with 285 additions and 65 deletions

View File

@@ -130,8 +130,10 @@ class ActivityContext implements
return $this->personRender->renderString($p, []);
},
'multiple' => false,
'required' => false,
'expanded' => true,
'label' => $options[$key . 'Label'],
'placeholder' => $this->translator->trans('Any person selected'),
]);
}
}