mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
change to dynamic values
This commit is contained in:
@@ -50,11 +50,11 @@ export class EventToApproveDetailsMapper {
|
||||
"workflowDisplayName": `Agenda ${category} ${color}`,
|
||||
//"formURL": "http://bpmdev.gabinetedigital.local/Runtime/Runtime/Form/Exchange+Calendar+Meeting+Edition/?SerialNo=47026_169&ProcessInstanceID=&InstanceId=",
|
||||
"workflowInstanceDataFields": {
|
||||
"Body": "safsafas",
|
||||
"Location": "Luanda",
|
||||
"Subject": "Event to approve MD",
|
||||
"StartDate": "2024-04-10 00:00:00",
|
||||
"EndDate": "2024-04-11 05:00:00",
|
||||
"Body": dto.body,
|
||||
"Location": dto.location,
|
||||
"Subject": dto.subject,
|
||||
"StartDate": dto.startDate,
|
||||
"EndDate": dto.endDate,
|
||||
// "Participants": "evilarinho@gabinetedigital.local",
|
||||
// "CC": "",
|
||||
// "ReviewUserComment": "{\r\n \"option\": \"save\",\r\n \"note\": \"\"\r\n}",
|
||||
|
||||
Reference in New Issue
Block a user