Commit d0f9374e authored by Romain Courteaud's avatar Romain Courteaud

[erp5_core] Respect field naming convention

parent fac62400
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
<string>my_iframe_gadget_field</string> <string>my_iframe_gadget_field</string>
<string>my_view_mode_raw_text_content</string> <string>my_view_mode_raw_text_content</string>
<string>my_view_mode_text_content</string> <string>my_view_mode_text_content</string>
<string>text_content_validator</string> <string>my_core_mode_text_content_validator</string>
<string>my_dialog_mode_text_content</string> <string>my_dialog_mode_text_content</string>
</list> </list>
</value> </value>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>text_content_validator</string> </value> <value> <string>my_core_mode_text_content_validator</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
</item> </item>
<item> <item>
<key> <string>validator_field_id</string> </key> <key> <string>validator_field_id</string> </key>
<value> <string>text_content_validator</string> </value> <value> <string>my_core_mode_text_content_validator</string> </value>
</item> </item>
<item> <item>
<key> <string>validator_form_id</string> </key> <key> <string>validator_form_id</string> </key>
......
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