- Vorlage widget now works with oe_kurzbz

- Added method getByPersonId to model Benutzerfunktion_model
- Added method treeSearchEntire to library OrganisationseinheitLib
- Added method getOneLevelAlias to model Organisationseinheit_model
This commit is contained in:
Paolo
2017-05-23 17:00:03 +02:00
parent 2286d47b69
commit b840352377
6 changed files with 44 additions and 34 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
<?php
echo $this->widgetlib->widget(
'Vorlage_widget',
null,
array('oe_kurzbz' => $oe_kurzbz),
array('name' => 'vorlage', 'id' => 'vorlageDnD')
);
?>