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

Häufigkeit: Anpassungen nach Merge

parent 603ca1ef
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
<name>Appointment_entity</name> <name>Appointment_entity</name>
<title>Termin</title> <title>Termin</title>
<majorModelMode>DISTRIBUTED</majorModelMode> <majorModelMode>DISTRIBUTED</majorModelMode>
<recordContainerType>JDITO</recordContainerType>
<caption>Termin</caption>
<alias>Data_alias</alias> <alias>Data_alias</alias>
<jDitoRecordAlias>Data_alias</jDitoRecordAlias> <jDitoRecordAlias>Data_alias</jDitoRecordAlias>
<fields> <fields>
...@@ -25,11 +23,18 @@ ...@@ -25,11 +23,18 @@
<element>CLASSIFICATION</element> <element>CLASSIFICATION</element>
<element>TRANSPARENCY</element> <element>TRANSPARENCY</element>
<element>CATEGORIES</element> <element>CATEGORIES</element>
<element>RRULE</element>
<element>RECURRENCEID</element>
<element>SAFESCOPEFIELD</element>
<element>MASTERBEGIN</element>
<element>MASTEREND</element>
</fields> </fields>
<contentProcess>%aditoprj%/entity/Appointment_entity/contentProcess.js</contentProcess> <contentProcess>%aditoprj%/entity/Appointment_entity/contentProcess.js</contentProcess>
<onInsert>%aditoprj%/entity/Appointment_entity/onInsert.js</onInsert> <onInsert>%aditoprj%/entity/Appointment_entity/onInsert.js</onInsert>
<onUpdate>%aditoprj%/entity/Appointment_entity/onUpdate.js</onUpdate> <onUpdate>%aditoprj%/entity/Appointment_entity/onUpdate.js</onUpdate>
<onDelete>%aditoprj%/entity/Appointment_entity/onDelete.js</onDelete> <onDelete>%aditoprj%/entity/Appointment_entity/onDelete.js</onDelete>
<recordContainerType>JDITO</recordContainerType>
<caption>Termin</caption>
<entityFields> <entityFields>
<entityField> <entityField>
<name>SUMMARY</name> <name>SUMMARY</name>
...@@ -137,5 +142,34 @@ ...@@ -137,5 +142,34 @@
<entityIncomingField> <entityIncomingField>
<name>#INCOMING</name> <name>#INCOMING</name>
</entityIncomingField> </entityIncomingField>
<entityParameter>
<name>masterEntry</name>
<expose v="true" />
<description>PARAMETER</description>
</entityParameter>
<entityField>
<name>ORGANIZER</name>
<fieldName>ORGANIZER</fieldName>
</entityField>
<entityField>
<name>RRULE</name>
<fieldName>RRULE</fieldName>
</entityField>
<entityField>
<name>RECURRENCEID</name>
<fieldName>RECURRENCEID</fieldName>
</entityField>
<entityField>
<name>SAFESCOPEFIELD</name>
<fieldName>SAFESCOPEFIELD</fieldName>
</entityField>
<entityField>
<name>MASTERBEGIN</name>
<fieldName>MASTERBEGIN</fieldName>
</entityField>
<entityField>
<name>MASTEREND</name>
<fieldName>MASTEREND</fieldName>
</entityField>
</entityFields> </entityFields>
</entity> </entity>
...@@ -24,7 +24,7 @@ if(vars.exists("$param.entry")) ...@@ -24,7 +24,7 @@ if(vars.exists("$param.entry"))
var enddate = entry[calendars.DTEND]; var enddate = entry[calendars.DTEND];
var links = entry[calendars.LINKS]; var links = entry[calendars.LINKS];
var description = entry[calendars.DESCRIPTION]; var description = entry[calendars.DESCRIPTION];
var organizer = entry[calendars.ORGANIZER2]; var organizer = entry[calendars.ORGANIZER2]["paramvalue"];
var status = entry[calendars.STATUS]; var status = entry[calendars.STATUS];
var location = entry[calendars.LOCATION]; var location = entry[calendars.LOCATION];
var reminder = entry[calendars.REMINDER]; var reminder = entry[calendars.REMINDER];
......
...@@ -21,7 +21,13 @@ ...@@ -21,7 +21,13 @@
<categoriesField>CATEGORIES</categoriesField> <categoriesField>CATEGORIES</categoriesField>
<alldayField>ALLDAY</alldayField> <alldayField>ALLDAY</alldayField>
<transparencyField>TRANSPARENCY</transparencyField> <transparencyField>TRANSPARENCY</transparencyField>
<organizerField>ORGANIZER</organizerField>
<favoriteActionGroup1>PartStatActionGroup</favoriteActionGroup1> <favoriteActionGroup1>PartStatActionGroup</favoriteActionGroup1>
<rruleField>RRULE</rruleField>
<recurrenceIdField>RECURRENCEID</recurrenceIdField>
<saveScopeField>SAFESCOPEFIELD</saveScopeField>
<masterBeginField>MASTERBEGIN</masterBeginField>
<masterEndField>MASTEREND</masterEndField>
<entityField>#ENTITY</entityField> <entityField>#ENTITY</entityField>
</appointmentEditViewTemplate> </appointmentEditViewTemplate>
</children> </children>
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
<transparencyField>TRANSPARENCY</transparencyField> <transparencyField>TRANSPARENCY</transparencyField>
<statusField>STATUS</statusField> <statusField>STATUS</statusField>
<locationField>LOCATION</locationField> <locationField>LOCATION</locationField>
<organizerField>ORGANIZER</organizerField>
<categoriesField>CATEGORIES</categoriesField> <categoriesField>CATEGORIES</categoriesField>
<favoriteActionGroup1>PartStatActionGroup</favoriteActionGroup1>
<entityField>#ENTITY</entityField> <entityField>#ENTITY</entityField>
</appointmentPreviewViewTemplate> </appointmentPreviewViewTemplate>
</children> </children>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<preferences xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="3.0.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/preferences/3.0.1"> <preferences xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="3.0.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/preferences/3.0.1">
<name>_____PREFERENCES_PROJECT</name> <name>_____PREFERENCES_PROJECT</name>
<majorModelMode>DISTRIBUTED</majorModelMode> <majorModelMode>DISTRIBUTED</majorModelMode>
<projectName>xRM-Basic5</projectName> <projectName>xRM-Basic-5-1</projectName>
<jditoMaxContentSize v="57671680" /> <jditoMaxContentSize v="57671680" />
<calendarCategoriesEvent> <calendarCategoriesEvent>
<entry> <entry>
......
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