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

This commit is contained in:
Carlos Satorres 2023-05-17 09:05:28 +02:00
parent 5c9ee21cfc
commit f63dd0f9a3
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<vn-portal slot="menu">
<vn-worker-department-descriptor department="$ctrl.department"></vn-worker-department-descriptor>
<vn-department-descriptor department="$ctrl.department"></vn-department-descriptor>
<vn-left-menu source="department"></vn-left-menu>
</vn-portal>
<ui-view></ui-view>

View File

@ -4,7 +4,8 @@ import ModuleCard from 'salix/components/module-card';
class Controller extends ModuleCard {
reload() {
const filter = {
fields: ['chatName', 'notificationEmail'],
fields: ['id', 'name', 'code', 'workerFk', 'isProduction', 'chatName',
'isTeleworking', 'notificationEmail', 'hasToRefill', 'hasToSendMai', 'hasToMistake', 'clientFk'],
include: [
{
relation: 'client',

View File

@ -25,7 +25,7 @@
},
{"state": "worker.card.workerLog", "icon": "history"}
], "department": [
{"state": "worker.deparment.card.basicData", "icon": "settings"}
{"state": "worker.department.card.basicData", "icon": "settings"}
]
},
"keybindings": [