Commit f12245ae authored by Fabien Morin's avatar Fabien Morin

add the translated_validation_state_title field in the listbox of the module....

add the translated_validation_state_title field in the listbox of the module. That's permit to be able to click on a model, even if there is no information entered in it.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18612 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ae6b376e
......@@ -121,6 +121,10 @@
<string>expiration_date</string>
<string>Expiration Date</string>
</tuple>
<tuple>
<string>translated_validation_state_title</string>
<string>State</string>
</tuple>
</list>
</value>
</item>
......@@ -176,6 +180,10 @@
<string>expiration_date</string>
<string>Expiration Date</string>
</tuple>
<tuple>
<string>translated_validation_state_title</string>
<string>State</string>
</tuple>
</list>
</value>
</item>
......@@ -226,6 +234,10 @@
<string>expiration_date</string>
<string>Expiration Date</string>
</tuple>
<tuple>
<string>translated_validation_state_title</string>
<string>State</string>
</tuple>
</list>
</value>
</item>
......
199
\ No newline at end of file
200
\ 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