Commit ce761265 authored by Romain Courteaud's avatar Romain Courteaud

Do not allow to rename from the web site.

It seems it confuses newcomers for now.
parent 3073dcb2
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
<list> <list>
<string>css_class</string> <string>css_class</string>
<string>default</string> <string>default</string>
<string>enabled</string>
<string>name</string> <string>name</string>
<string>title</string> <string>title</string>
</list> </list>
...@@ -82,6 +83,10 @@ ...@@ -82,6 +83,10 @@
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string>Rename</string> </value> <value> <string>Rename</string> </value>
</item> </item>
<item>
<key> <string>enabled</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_input_button_field</string> </value> <value> <string>my_input_button_field</string> </value>
......
...@@ -8,4 +8,4 @@ erp5_credential_oauth2 ...@@ -8,4 +8,4 @@ erp5_credential_oauth2
erp5_bearer_token erp5_bearer_token
erp5_access_token erp5_access_token
slapos_pdm slapos_pdm
slapos_crm slapos_crm
\ No newline at end of file
50 51
\ 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