mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
merge developer to feature/viewer-attachment
This commit is contained in:
@@ -215,9 +215,9 @@ export class ViewEventPage implements OnInit {
|
||||
if(this.CalendarId) {
|
||||
this.eventsService.genericGetEvent(this.eventId, this.CalendarId).subscribe(res => {
|
||||
|
||||
const div = document.createElement("div")
|
||||
/* const div = document.createElement("div")
|
||||
div.innerHTML = res.Body.Text
|
||||
res.Body.Text = div.innerText
|
||||
res.Body.Text = div.innerText */
|
||||
this.loadedEvent = res;
|
||||
this.setTimeZone()
|
||||
|
||||
|
||||
+2
-2
@@ -42,7 +42,7 @@ const CUSTOM_DATE_FORMATS: NgxMatDateFormats = {
|
||||
}
|
||||
|
||||
|
||||
const MySchema = z.object({
|
||||
const createProcessFromFileSchema = z.object({
|
||||
applicationId: z.any(),
|
||||
docId: z.any(),
|
||||
});
|
||||
@@ -141,7 +141,7 @@ export class ExpedientTaskModalPage implements OnInit {
|
||||
|
||||
if(this.createProcessFromFile) {
|
||||
try {
|
||||
MySchema.parse({
|
||||
createProcessFromFileSchema.parse({
|
||||
applicationId: this.aplicationId,
|
||||
docId: this.docId
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user