diff --git a/modules/worker/front/department/card/index.html b/modules/worker/front/department/card/index.html index b9ae1a87b..032939600 100644 --- a/modules/worker/front/department/card/index.html +++ b/modules/worker/front/department/card/index.html @@ -1,5 +1,5 @@ - + diff --git a/modules/worker/front/department/card/index.js b/modules/worker/front/department/card/index.js index c7bf32569..9b1ccf08d 100644 --- a/modules/worker/front/department/card/index.js +++ b/modules/worker/front/department/card/index.js @@ -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', diff --git a/modules/worker/front/routes.json b/modules/worker/front/routes.json index 4314a6401..a24cf9722 100644 --- a/modules/worker/front/routes.json +++ b/modules/worker/front/routes.json @@ -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": [