refs #5334 link department
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-05-26 11:43:51 +02:00
parent adafd7444b
commit 10e085ca1b
2 changed files with 7 additions and 4 deletions

View File

@ -12,9 +12,12 @@
sort-func="$ctrl.onSort($a, $b)"
on-drop="$ctrl.onDrop($dropped, $dragged)"
on-drag-start="$ctrl.onDragStart(item)"
on-drag-end="$ctrl.onDragEnd(item)"
ng-click="worker.department.card.summary($item)">
{{::item.name}}
on-drag-end="$ctrl.onDragEnd(item)">
<a
ui-sref="worker.department.card.summary({id: item.id})"
translate>
{{::item.name}}
</a>
</vn-treeview>
</vn-card>
</form>

View File

@ -37,7 +37,7 @@ class Controller extends Summary {
}
}
ngModule.vnComponent('vnDepartmentSummary', {
ngModule.vnComponent('vnWorkerDepartmentSummary', {
template: require('./index.html'),
controller: Controller,
bindings: {