Skip to content

Commit

Permalink
Fix #49: non-persistent entities
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Lagendijk committed Oct 6, 2017
1 parent 16653f4 commit 00b37b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/calendar/calendar-scheduler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<enumerationValue key="contextmf_viewspecific">Microflow with context object (Retrieve events for each view)</enumerationValue>
</enumerationValues>
</property>
<property key="eventEntity" type="entity">
<property key="eventEntity" type="entity" allowNonPersistableEntities="true">
<caption>Event Entity</caption>
<category>Data source</category>
<description>The entity.</description>
Expand All @@ -36,7 +36,7 @@
</property>

<!-- DATAVIEW CONTEXT -->
<property key="contextEntity" type="entity" required="false">
<property key="contextEntity" type="entity" required="false" allowNonPersistableEntities="true">
<caption>Dataview Entity</caption>
<category>Dataview context (Optional)</category>
<description>The entity of the dataview object.</description>
Expand Down
4 changes: 2 additions & 2 deletions src/calendar/calendar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<enumerationValue key="contextmf_viewspecific">Microflow with context object (Retrieve events for each view)</enumerationValue>
</enumerationValues>
</property>
<property key="eventEntity" type="entity">
<property key="eventEntity" type="entity" allowNonPersistableEntities="true">
<caption>Event Entity</caption>
<category>Data source</category>
<description>The entity.</description>
Expand All @@ -36,7 +36,7 @@
</property>

<!-- DATAVIEW CONTEXT -->
<property key="contextEntity" type="entity" required="false">
<property key="contextEntity" type="entity" required="false" allowNonPersistableEntities="true">
<caption>Dataview Entity</caption>
<category>Dataview context (Optional)</category>
<description>The entity of the dataview object.</description>
Expand Down
Binary file modified test/Widgets/Calendar.mpk
Binary file not shown.
Binary file modified test/[Test] Calendar Widget.mpr
Binary file not shown.

0 comments on commit 00b37b4

Please sign in to comment.