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