diff --git a/entity/Appointment_entity/Appointment_entity.aod b/entity/Appointment_entity/Appointment_entity.aod index 8c65a287ac0388110d49f188e10d7a79151e2f05..67d44eb8fb1b268f475df60a8a0eff7a2fb5dfd1 100644 --- a/entity/Appointment_entity/Appointment_entity.aod +++ b/entity/Appointment_entity/Appointment_entity.aod @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.1.0"> +<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.1.1"> <name>Appointment_entity</name> <title>Termin</title> <majorModelMode>DISTRIBUTED</majorModelMode> @@ -57,7 +57,6 @@ <entityField> <name>CATEGORIES</name> <possibleItemsProcess>%aditoprj%/entity/Appointment_entity/entityfields/categories/possibleItemsProcess.js</possibleItemsProcess> - <newItemsAllowed v="true" /> <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/categories/valueProcess.js</valueProcess> </entityField> <entityField> diff --git a/entity/Appointment_entity/recordcontainers/jditorc/onUpdate.js b/entity/Appointment_entity/recordcontainers/jditorc/onUpdate.js index d58c694cc4083e26687a5412ba419d64a8f1ecd9..8daf50e78260dc27bec5a02d5f26117a75b67163 100644 --- a/entity/Appointment_entity/recordcontainers/jditorc/onUpdate.js +++ b/entity/Appointment_entity/recordcontainers/jditorc/onUpdate.js @@ -40,7 +40,8 @@ if(vars.exists("$param.entry")) } //event[calendars.AFFECTEDUSERS] = getAffectedUsers( event ); // calcrecurrence(event); - // if (event[calendars.RRULE] != undefined) recurrencend(event); + if (event[calendars.RRULE] != undefined) + recurrencend(event); // Links updaten //swing.saveTableEdit("$comp.links"); // Entweder jetzt neu anlegen oder nur updaten