diff --git a/modules/worker/back/models/department.json b/modules/worker/back/models/department.json index 7d8d61d733..8551246204 100644 --- a/modules/worker/back/models/department.json +++ b/modules/worker/back/models/department.json @@ -9,7 +9,8 @@ "properties": { "id": { "id": true, - "type": "number" + "type": "number", + "description": "Identifier" }, "code": { "type": "string" diff --git a/modules/worker/front/department/summary/index.html b/modules/worker/front/department/summary/index.html index 850b1e9f46..6950ea7c1c 100644 --- a/modules/worker/front/department/summary/index.html +++ b/modules/worker/front/department/summary/index.html @@ -1,18 +1,11 @@ -
- - - - {{department.name}} + {{summary.name}}

+ ui-sref="department.card.basicData({id:$ctrl.summary.id})"> Basic data

@@ -22,45 +15,45 @@ Basic data + value="{{summary.name}}"> + value="{{summary.code}}"> + value="{{summary.chat}}"> + value="{{$summary.workerFk}}"> + value="{{summary.notificationEmail}}"> + value="{{summary.workerFk}}">
+ ng-model="$ctrl.summary.isTeleworking"> + ng-model="$ctrl.summary.hasToMistake"> + ng-model="$ctrl.summary.isProduction"> + ng-model="$ctrl.summary.hasToRefill"> + ng-model="$ctrl.summary.hasToSendMail">