Commit 0470ee54 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Add parameter local_sort_id to sort category item list in Service_view

Without sort the item list is hard to select the variations and most of the time are many
parent 04741dc4
......@@ -85,6 +85,12 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewPDMFieldLibrary</string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......@@ -103,7 +109,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getVariationRangeCategoryItemList(display_base_category=0, omit_individual_variation=1)</string> </value>
<value> <string>python: here.getVariationRangeCategoryItemList(display_base_category=0, omit_individual_variation=1, local_sort_id=(\'int_index\', \'translated_title\'))</string> </value>
</item>
</dictionary>
</pickle>
......
577
\ No newline at end of file
578
\ 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