Commit dd39de16 authored by Sebastien Robin's avatar Sebastien Robin

simulation: allow to define wished portal type in PreviousCausalityMovementGroup

parent a615b64e
...@@ -30,7 +30,9 @@ ...@@ -30,7 +30,9 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>icon</string> </key> <key> <string>icon</string> </key>
...@@ -71,7 +73,7 @@ ...@@ -71,7 +73,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/MovementGroup_view</string> </value> <value> <string>string:${object_url}/PreviousCausalityMovementGroup_view</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
<portal_type id="Preference"> <portal_type id="Preference">
<item>TelephonePreference</item> <item>TelephonePreference</item>
</portal_type> </portal_type>
<portal_type id="Previous Causality Movement Group">
<item>PreviousCausalityMovementGroup</item>
</portal_type>
<portal_type id="Query"> <portal_type id="Query">
<item>TextDocument</item> <item>TextDocument</item>
</portal_type> </portal_type>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment