-
+
@@ -11,7 +11,7 @@
{{ task.Folio }}
-
+
@@ -53,10 +53,10 @@
-
+
-
diff --git a/src/app/shared/agenda/new-event/new-event.page.ts b/src/app/shared/agenda/new-event/new-event.page.ts
index 4b772b929..652c359de 100644
--- a/src/app/shared/agenda/new-event/new-event.page.ts
+++ b/src/app/shared/agenda/new-event/new-event.page.ts
@@ -216,14 +216,14 @@ export class NewEventPage implements OnInit {
this.setIntervenient.emit(this.taskParticipants);
this.setIntervenientCC.emit(this.taskParticipantsCc);
+
+ this.setDefaultTime();
}
-
this.date = new Date(2021,9,4,5,6,7);
this.injectValidation();
- this.setDefaultTime();
this.changeAgenda()
}
diff --git a/src/app/shared/publication/view-publications/publication-detail/publication-detail.page.ts b/src/app/shared/publication/view-publications/publication-detail/publication-detail.page.ts
index feec553f0..c50067483 100644
--- a/src/app/shared/publication/view-publications/publication-detail/publication-detail.page.ts
+++ b/src/app/shared/publication/view-publications/publication-detail/publication-detail.page.ts
@@ -78,6 +78,9 @@ export class PublicationDetailPage implements OnInit {
FileExtension: 'jpeg',
}
this.showLoader = false;
+ },(error) => {
+ this.goBack();
+ this.httpErrorHandle.httpStatusHandle(error)
});
}
diff --git a/src/app/tiny-mce/tiny-mce.page.html b/src/app/tiny-mce/tiny-mce.page.html
index 49aa7b7c2..11b8ee213 100644
--- a/src/app/tiny-mce/tiny-mce.page.html
+++ b/src/app/tiny-mce/tiny-mce.page.html
@@ -18,6 +18,7 @@
Detalhes
{{ task.Note }}
+ {{ fulltask.workflowInstanceDataFields.TaskMessage }}