mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
add delegate functionality
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
<div *ngIf="task" class="aside-right flex-column height-100">
|
||||
<div class="buttons" *ngIf="task.WorkflowName == 'Pedido de Deferimento'">
|
||||
<button (click)="arquivar()" class="btn-cancel" shape="round" >Arquivar</button>
|
||||
<button (click)="delegar()" class="btn-cancel" shape="round" >Delegar</button>
|
||||
<button (click)="openDelegarModal(task)" class="btn-cancel" shape="round" >Delegar</button>
|
||||
<div class="solid"></div>
|
||||
<button (click)="openExpedientActionsModal('0',fulltask)" class="btn-ok" shape="round" >Efectuar Despacho</button>
|
||||
<button (click)="openExpedientActionsModal('2',fulltask)" class="btn-cancel" shape="round" >Pedido de Deferimento</button>
|
||||
|
||||
Reference in New Issue
Block a user