mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
fix gerar diploma
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
},
|
||||
{
|
||||
"path": "../sentium-api"
|
||||
},
|
||||
{
|
||||
"path": "../src"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
|
||||
+1
@@ -6,6 +6,7 @@
|
||||
[task]=task
|
||||
[intervenientes]=intervenientes
|
||||
[cc]=cc
|
||||
[fulltask]="fulltask"
|
||||
[customDate]=customDate
|
||||
[mergedArray]="mergedArray"
|
||||
(openOptions)= openOptions()
|
||||
|
||||
+3
-1
@@ -88,6 +88,7 @@ export class DiplomaAssinarPage implements OnInit {
|
||||
}
|
||||
|
||||
async openOptions(taskAction?: any) {
|
||||
console.log('openOptions')
|
||||
|
||||
if (window.innerWidth > 500) {
|
||||
this.showOptions = true
|
||||
@@ -139,11 +140,12 @@ export class DiplomaAssinarPage implements OnInit {
|
||||
"TaskStartDate": res.taskStartDate,
|
||||
"InstanceID": res.workflowInstanceDataFields.InstanceID,
|
||||
"FolderID": res.workflowInstanceDataFields.FolderID,
|
||||
"DraftIds": res.workflowInstanceDataFields?.DraftIds
|
||||
"DraftIds": res.workflowInstanceDataFields?.DraftIds,
|
||||
}
|
||||
|
||||
console.log('draftidsss',res.workflowInstanceDataFields.DraftIds);
|
||||
this.fulltask = res;
|
||||
console.log('this.fulltask', this.fulltask )
|
||||
let stringDraft = res.workflowInstanceDataFields.DraftIds;
|
||||
this.DraftIds = res.workflowInstanceDataFields.DraftIds
|
||||
console.log('draftidsss 111',this.DraftIds);
|
||||
|
||||
@@ -175,7 +175,7 @@ export class TaskDetailsPage implements OnInit {
|
||||
classs = 'modal modal-desktop showAsideOptions'
|
||||
}
|
||||
// check passing
|
||||
console.log('this.Document----------openExpedientActionsModal', Document)
|
||||
console.log('this.Document----------openExpedientActionsModal', Document, this.fulltask)
|
||||
const modal = await this.modalController.create({
|
||||
component: ExpedientTaskModalPage,
|
||||
componentProps: {
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
<ion-icon *ngIf="attachment.mimeType == 'application/meeting'" src="assets/icon/webtrix.svg">
|
||||
</ion-icon>
|
||||
|
||||
<ion-label>{{ attachment?.fileName || attachment?.description }}</ion-label>
|
||||
<ion-label class="pl-2">{{ attachment?.fileName || attachment?.description }}</ion-label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
<ion-icon *ngIf="attachment.mimeType == 'application/meeting'" src="assets/icon/webtrix.svg">
|
||||
</ion-icon>
|
||||
|
||||
<ion-label>{{ attachment?.fileName || attachment?.description }}</ion-label>
|
||||
<ion-label class="pl-2">{{ attachment?.fileName || attachment?.description }}</ion-label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
export let versionData = {
|
||||
"shortSHA": "b2d19879a",
|
||||
"SHA": "b2d19879a713ab018e36ba2a1385ff9c28364469",
|
||||
"shortSHA": "7e8dc49d5",
|
||||
"SHA": "7e8dc49d5bc7329b17223e54617c7f0fbbe4b0bb",
|
||||
"branch": "feature/login-v2",
|
||||
"lastCommitAuthor": "'Peter Maquiran'",
|
||||
"lastCommitTime": "'Wed Nov 6 10:43:19 2024 +0100'",
|
||||
"lastCommitMessage": "fix gabinete error text",
|
||||
"lastCommitNumber": "6129",
|
||||
"changeStatus": "On branch feature/login-v2\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/app.component.ts\n\tmodified: src/app/services/auth.service.ts",
|
||||
"lastCommitTime": "'Wed Nov 6 10:47:07 2024 +0100'",
|
||||
"lastCommitMessage": "change tab activation code to app component",
|
||||
"lastCommitNumber": "6130",
|
||||
"changeStatus": "On branch feature/login-v2\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: gabinete-digital-fo.code-workspace\n\tmodified: src/app/pages/gabinete-digital/diplomas-assinar/diploma-assinar/diploma-assinar.page.html\n\tmodified: src/app/pages/gabinete-digital/diplomas-assinar/diploma-assinar/diploma-assinar.page.ts\n\tmodified: src/app/shared/gabinete-digital/generic/task-details/task-details.page.ts\n\tmodified: src/app/ui/chat/component/messages/messages.page.html\n\tmodified: src/app/ui/chat/modal/messages/messages.page.html\n\tmodified: version/git-version.ts",
|
||||
"changeAuthor": "peter.maquiran"
|
||||
}
|
||||
Reference in New Issue
Block a user