Commit 16b7eb0d authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Make 'Origin' field read-only as this is set during migration...

ZODB Components: Make 'Origin' field read-only as this is set during migration and should not be modified later on (cf632afb).
parent 21c8f6c5
Pipeline #6458 failed with stage
in 0 seconds
......@@ -11,6 +11,7 @@
<value>
<list>
<string>display_width</string>
<string>editable</string>
<string>title</string>
</list>
</value>
......@@ -68,6 +69,10 @@
<key> <string>display_width</string> </key>
<value> <int>20</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_view_mode_reference</string> </value>
......
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