Commit 2c6f2883 authored by Lucas Carvalho's avatar Lucas Carvalho

2011-04-08 lucas

* The field your_business_configuration has been renamed to fix a bug when the key was invalid, the list of business configuration wasn't being rendered.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45264 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 20632f71
......@@ -96,7 +96,7 @@
<string>my_header</string>
<string>my_user_preferred_language</string>
<string>my_ac_key</string>
<string>your_business_configuration</string>
<string>business_configuration_list</string>
</list>
</value>
</item>
......
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>your_business_configuration</string> </value>
<value> <string>business_configuration_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
2011-04-08 lucas
* The field your_business_configuration has been renamed to fix a bug when the key was invalid, the list of business configuration wasn't being rendered.
2011-04-07 lucas
* Kept the Configuration Tool consistency, the name of the button element must be field_your_business_configuration. Then the action name must be handled by the form instead of the button.
......
515
\ No newline at end of file
516
\ 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