Commit 8e6ead1a authored by Nicolas Delaby's avatar Nicolas Delaby

provide default value

parent 13ef72a4
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>12</string> </value> <value> <string>synchronization_id_generator_method_id_property</string> </value>
</item> </item>
<item> <item>
<key> <string>mode</string> </key> <key> <string>mode</string> </key>
...@@ -51,6 +51,10 @@ ...@@ -51,6 +51,10 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Standard Property</string> </value> <value> <string>Standard Property</string> </value>
</item> </item>
<item>
<key> <string>property_default</string> </key>
<value> <string>string:generateNewId</string> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
64 65
\ No newline at end of file \ No newline at end of file
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