mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Bug on refresh button solved
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<button title="Atualizar" *ngIf="hideRefreshBtn && TaskService.loadCount" class="btn-no-color btn-refresh" (click)="doRefreshAside($event)">
|
||||
<button title="Atualizar" *ngIf="hideRefreshBtn && TaskService.loadCount" class="btn-no-color btn-refresh" (click)="doRefreshAside()">
|
||||
<ion-icon class="title-icon font-awesome" name="reload-circle"></ion-icon>
|
||||
</button>
|
||||
<div *ngIf="!hideRefreshBtn" class="title-icons">
|
||||
|
||||
@@ -460,7 +460,11 @@ export class GabineteDigitalPage implements OnInit {
|
||||
|
||||
|
||||
doRefreshAside() {
|
||||
window['gabinete-aside-refresh']()
|
||||
try {
|
||||
window['gabinete-aside-refresh']()
|
||||
} catch (error) {
|
||||
|
||||
}
|
||||
setTimeout(() => {
|
||||
this.loadAllProcesses();
|
||||
}, 1000)
|
||||
|
||||
@@ -8,7 +8,7 @@ export const oaprProd: Environment = {
|
||||
apiChatUrl: 'https://gd-chat.oapr.gov.ao/api/v1/',
|
||||
apiWsChatUrl: 'wss://gd-chat.oapr.gov.ao/websocket',
|
||||
logoLabel: 'Presidente da República',
|
||||
despachoLabel: 'Presidencial',
|
||||
despachoLabel: 'Presidenciais',
|
||||
despachoLabel2: 'Despachos Presidênciais',
|
||||
production: false,
|
||||
domain: 'oapr.gov.ao',
|
||||
|
||||
Reference in New Issue
Block a user