Skip to content
Snippets Groups Projects
Commit cd071a4b authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

Cal-changes

parent 9e908450
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?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> <name>Appointment_entity</name>
<title>Termin</title> <title>Termin</title>
<majorModelMode>DISTRIBUTED</majorModelMode> <majorModelMode>DISTRIBUTED</majorModelMode>
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
<entityField> <entityField>
<name>CATEGORIES</name> <name>CATEGORIES</name>
<possibleItemsProcess>%aditoprj%/entity/Appointment_entity/entityfields/categories/possibleItemsProcess.js</possibleItemsProcess> <possibleItemsProcess>%aditoprj%/entity/Appointment_entity/entityfields/categories/possibleItemsProcess.js</possibleItemsProcess>
<newItemsAllowed v="true" />
<valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/categories/valueProcess.js</valueProcess> <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/categories/valueProcess.js</valueProcess>
</entityField> </entityField>
<entityField> <entityField>
......
...@@ -40,7 +40,8 @@ if(vars.exists("$param.entry")) ...@@ -40,7 +40,8 @@ if(vars.exists("$param.entry"))
} }
//event[calendars.AFFECTEDUSERS] = getAffectedUsers( event ); //event[calendars.AFFECTEDUSERS] = getAffectedUsers( event );
// calcrecurrence(event); // calcrecurrence(event);
// if (event[calendars.RRULE] != undefined) recurrencend(event); if (event[calendars.RRULE] != undefined)
recurrencend(event);
// Links updaten // Links updaten
//swing.saveTableEdit("$comp.links"); //swing.saveTableEdit("$comp.links");
// Entweder jetzt neu anlegen oder nur updaten // Entweder jetzt neu anlegen oder nur updaten
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment