add to igingore

This commit is contained in:
Peter Maquiran
2023-06-11 10:02:51 +01:00
parent bc53c4f019
commit 223eae1a83
3 changed files with 9 additions and 7 deletions
+1
View File
@@ -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
+1
View File
@@ -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;
+6 -6
View File
@@ -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"
} }