- Renamed BenutzerfunktionModel->getByPersonId to getActiveFunctionsByPersonId

- BenutzerfunktionModel->getActiveFunctionsByPersonId changed query to get only active functions
- Removed commented code
This commit is contained in:
Paolo
2020-02-26 17:22:59 +01:00
parent a50cc6cba8
commit 34b6581849
4 changed files with 11 additions and 9 deletions
@@ -139,7 +139,6 @@
'Dropdown_widget',
array('elements' => success($recipientsArray), 'emptyElement' => ucfirst($this->p->t('global', 'empfaenger')).'...'),
array(
/*'title' => ucfirst($this->p->t('global', 'empfaenger')).': ',*/
'name' => 'recipients[]',
'id' => 'recipients'
)