mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
all process
This commit is contained in:
@@ -47,11 +47,11 @@ export class AllProcessesPage implements OnInit {
|
|||||||
|
|
||||||
// this.loadAllProcesses();
|
// this.loadAllProcesses();
|
||||||
this.updateAllProcess()
|
this.updateAllProcess()
|
||||||
|
|
||||||
this.router.events.forEach((event) => {
|
this.router.events.forEach((event) => {
|
||||||
if (event instanceof NavigationStart && event.url.startsWith('/home/gabinete-digital')) {
|
if (event instanceof NavigationStart && event.url.startsWith('/home/gabinete-digital')) {
|
||||||
if (window.location.pathname.split('/').length >= 4 && window.location.pathname.startsWith('/home/gabinete-digital')) {
|
if (window.location.pathname.startsWith('/home/gabinete-digital')) {
|
||||||
this.refreshing();
|
this.refreshing();
|
||||||
this.updateAllProcess()
|
|
||||||
} else {
|
} else {
|
||||||
// this.loadAllProcesses();
|
// this.loadAllProcesses();
|
||||||
}
|
}
|
||||||
@@ -62,14 +62,14 @@ export class AllProcessesPage implements OnInit {
|
|||||||
doRefresh() {
|
doRefresh() {
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
this.updateAllProcess();
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
refreshing() {
|
refreshing() {
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// this.loadAllProcesses();
|
this.updateAllProcess();
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "3a2d89f98",
|
"shortSHA": "d08eeeba6",
|
||||||
"SHA": "3a2d89f98b3a6d8551aab95f6bf4bb8bb9039ee1",
|
"SHA": "d08eeeba6cb3dd25ebc61c4e3491d5de3b31815e",
|
||||||
"branch": "no_bug_movemente",
|
"branch": "no_bug_movemente",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Wed Jan 18 17:03:58 2023 +0100'",
|
"lastCommitTime": "'Wed Jan 18 17:11:06 2023 +0100'",
|
||||||
"lastCommitMessage": "fix",
|
"lastCommitMessage": "save",
|
||||||
"lastCommitNumber": "4654",
|
"lastCommitNumber": "4655",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/shared/gabinete-digital/all-processes/all-processes.page.ts",
|
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/shared/gabinete-digital/all-processes/all-processes.page.ts",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
|
|||||||
Reference in New Issue
Block a user