mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add to igingore
This commit is contained in:
@@ -91,3 +91,4 @@ src/app/models/beast-orm-pro.ts
|
|||||||
|
|
||||||
src/app/pipes/process.service.spec.ts
|
src/app/pipes/process.service.spec.ts
|
||||||
src/app/pipes/process.service.ts
|
src/app/pipes/process.service.ts
|
||||||
|
src/app/controller/process/dispatch-controller
|
||||||
@@ -96,6 +96,7 @@ export interface fullTaskList {
|
|||||||
totalDocuments: number;
|
totalDocuments: number;
|
||||||
deadline: string;
|
deadline: string;
|
||||||
taskStatus: string;
|
taskStatus: string;
|
||||||
|
taskReceiveDate?: string;
|
||||||
workflowInstanceDataFields: {
|
workflowInstanceDataFields: {
|
||||||
Subject: string;
|
Subject: string;
|
||||||
Sender: string;
|
Sender: string;
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "1af0b1f3f",
|
"shortSHA": "bc53c4f01",
|
||||||
"SHA": "1af0b1f3f4a4a04a027130454b9792b7d088b250",
|
"SHA": "bc53c4f0199184957fef3d968d7a72a16f221550",
|
||||||
"branch": "feature/gabinete-search",
|
"branch": "feature/gabinete-search",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Sat Jun 10 22:57:03 2023 +0100'",
|
"lastCommitTime": "'Sun Jun 11 08:22:02 2023 +0100'",
|
||||||
"lastCommitMessage": "improve update list",
|
"lastCommitMessage": "remove name",
|
||||||
"lastCommitNumber": "4970",
|
"lastCommitNumber": "4971",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch feature/gabinete-search\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: .gitignore\n\tmodified: src/app/shared/popover/opts-expediente/opts-expediente.page.ts",
|
"changeStatus": "On branch feature/gabinete-search\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: .gitignore\n\tmodified: src/app/models/dailyworktask.model.ts",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user