Commit a21bd548 authored by Romain DELEAU's avatar Romain DELEAU

remove other typeUnity in tasks

parent 2786bc02
......@@ -145,7 +145,6 @@
<option value="depositObject">{{'task_unity_type_depositObject' | translate}}</option>
<option value="askToSeeRole">{{'task_unity_type_askToSeeRole' | translate}}</option>
<option value="interactObject">{{'task_unity_type_interactObject' | translate}}</option>
<option value="other">{{'task_unity_type_other' | translate}}</option>
</select>
</div>
<div class="piece-form-content-unity-typeContent">
......@@ -277,10 +276,6 @@
<input name="interactionName" type="text" [(ngModel)]="task.interactionName" [placeholder]="translate.instant('task_unity_interactName_placeholder')"/>
</div>
</div>
<div class="piece-form-content-unity-typeContent-other" *ngIf="task.typeUnity == 'other'">
<textarea [(ngModel)]="task.other"></textarea>
</div>
</div>
<div class="piece-form-content-unity-infos">
......
......@@ -178,7 +178,6 @@
<option value="depositObject">{{'task_unity_type_depositObject' | translate}}</option>
<option value="askToSeeRole">{{'task_unity_type_askToSeeRole' | translate}}</option>
<option value="interactObject">{{'task_unity_type_interactObject' | translate}}</option>
<option value="other">{{'task_unity_type_other' | translate}}</option>
</select>
</div>
<div class="piece-form-content-unity-typeContent">
......@@ -310,10 +309,6 @@
<input name="interactionName" type="text" [(ngModel)]="task.interactionName" [placeholder]="translate.instant('task_unity_interactName_placeholder')"/>
</div>
</div>
<div class="piece-form-content-unity-typeContent-other" *ngIf="task.typeUnity == 'other'">
<textarea [(ngModel)]="task.other"></textarea>
</div>
</div>
<div class="piece-form-content-unity-infos">
......
......@@ -179,7 +179,6 @@
<option value="depositObject">{{'task_unity_type_depositObject' | translate}}</option>
<option value="askToSeeRole">{{'task_unity_type_askToSeeRole' | translate}}</option>
<option value="interactObject">{{'task_unity_type_interactObject' | translate}}</option>
<option value="other">{{'task_unity_type_other' | translate}}</option>
</select>
</div>
<div class="piece-form-content-unity-typeContent">
......@@ -311,10 +310,6 @@
<input name="interactionName" type="text" [(ngModel)]="task.interactionName" [placeholder]="translate.instant('task_unity_interactName_placeholder')"/>
</div>
</div>
<div class="piece-form-content-unity-typeContent-other" *ngIf="task.typeUnity == 'other'">
<textarea [(ngModel)]="task.other"></textarea>
</div>
</div>
<div class="piece-form-content-unity-infos">
......
......@@ -177,7 +177,6 @@
<option value="depositObject">{{'task_unity_type_depositObject' | translate}}</option>
<option value="askToSeeRole">{{'task_unity_type_askToSeeRole' | translate}}</option>
<option value="interactObject">{{'task_unity_type_interactObject' | translate}}</option>
<option value="other">{{'task_unity_type_other' | translate}}</option>
</select>
</div>
<div class="piece-form-content-unity-typeContent">
......@@ -310,10 +309,6 @@
</div>
</div>
<div class="piece-form-content-unity-typeContent-other" *ngIf="task.typeUnity == 'other'">
<textarea [(ngModel)]="task.other"></textarea>
</div>
</div>
<div class="piece-form-content-unity-infos">
<div class="piece-form-content-unity-infos-name">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment