Commit 8fa6e5b8 authored by Jérome Perrin's avatar Jérome Perrin

pdm: fix a wrongly named and not translated field

this field did not use a (my_ / your_) prefix
parent c8226458
Pipeline #15603 failed with stage
......@@ -102,7 +102,7 @@
<key> <string>right</string> </key>
<value>
<list>
<string>standard_quantity_unit</string>
<string>your_standard_quantity_unit</string>
<string>my_quantity</string>
<string>my_translated_validation_state_title</string>
</list>
......
......@@ -19,7 +19,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>standard_quantity_unit</string> </value>
<value> <string>your_standard_quantity_unit</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -134,7 +134,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getParentValue().getQuantityUnitValue().getTitle()</string> </value>
<value> <string>python: here.getParentValue().getQuantityUnitValue().getTranslatedTitle()</string> </value>
</item>
</dictionary>
</pickle>
......
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