5334-editDepartment #1521

Merged
carlossa merged 84 commits from 5334-editDepartment into dev 2023-07-06 07:09:06 +00:00
2 changed files with 7 additions and 4 deletions
Showing only changes of commit 10e085ca1b - Show all commits

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)">
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: {