Commit b3738568 authored by Ivan Tyagov's avatar Ivan Tyagov

Creation date is not an editable field.

parent 81b33a2d
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<value> <value>
<list> <list>
<string>date_only</string> <string>date_only</string>
<string>editable</string>
<string>title</string> <string>title</string>
</list> </list>
</value> </value>
...@@ -76,6 +77,10 @@ ...@@ -76,6 +77,10 @@
<key> <string>date_only</string> </key> <key> <string>date_only</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_date_time_field</string> </value> <value> <string>my_date_time_field</string> </value>
......
1265 1266
\ 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