mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
fix, open the write modal
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
<button (click)="openExpedientActionsModal('1', Document)" mat-menu-item >
|
<button (click)="openExpedientActionsModal('1', Document)" mat-menu-item >
|
||||||
<span>Solicitar Parecer</span>
|
<span>Solicitar Parecer</span>
|
||||||
</button>
|
</button>
|
||||||
<button *ngIf="!p.userRole(['PR']) && !p.userPermission([p.permissionList.Gabinete.pr_tasks])" (click)="openExpedientActionsModal('1', Document)" mat-menu-item >
|
<button *ngIf="!p.userRole(['PR']) && !p.userPermission([p.permissionList.Gabinete.pr_tasks])" (click)="openExpedientActionsModal('2', Document)" mat-menu-item >
|
||||||
<span>Pedido de Deferimento</span>
|
<span>Pedido de Deferimento</span>
|
||||||
</button>
|
</button>
|
||||||
<button (click)="openBookMeetingModal(Document)" mat-menu-item>
|
<button (click)="openBookMeetingModal(Document)" mat-menu-item>
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ import { environment as oaprProd } from './suport/oapr'
|
|||||||
import { DevDev } from './suport/dev'
|
import { DevDev } from './suport/dev'
|
||||||
|
|
||||||
|
|
||||||
export const environment: Environment = oaprProd;
|
export const environment: Environment = DevDev;
|
||||||
|
|||||||
Reference in New Issue
Block a user