Commit c7ba0821 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_pdm: Fixup Upgrade Decision Module Listbox

parent 23854306
......@@ -99,7 +99,7 @@
<string>Reference</string>
</tuple>
<tuple>
<string>destination</string>
<string>destination_section_title</string>
<string>User</string>
</tuple>
<tuple>
......
......@@ -154,6 +154,10 @@
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>input_type</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
......@@ -267,7 +271,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: cell.UpgradeDecision_getInstanceTree() and cell.UpgradeDecision_getInstanceTree().getTitle() or \'\'</string> </value>
<value> <string>python: cell.UpgradeDecision_getAggregateValue() and cell.UpgradeDecision_getAggregateValue().getTitle() or \'\'</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -154,6 +154,10 @@
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>input_type</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
......@@ -229,6 +233,10 @@
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>input_type</string> </key>
<value> <string>text</string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
......@@ -239,7 +247,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Instance Tree</string> </value>
<value> <string>Software Release</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......@@ -267,7 +275,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: cell.UpgradeDecision_getSoftwareRelease() and cell.UpgradeDecision_getSoftwareRelease().getUrlString() or \'\'</string> </value>
<value> <string>python: cell.UpgradeDecision_getAggregateValue(\'Software Release\') and cell.UpgradeDecision_getAggregateValue(\'Software Release\').getUrlString() or \'\'</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