Commit cc5792d6 authored by Julien Muchembled's avatar Julien Muchembled

erp5_test_result: on test node module, show viewable test suites and sort them

Otherwise, the user sees nothing at all whenever she's not allowed to view
at least 1 test suite.
parent e771d7cd
......@@ -267,7 +267,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: \',\'.join(cell.getAggregateTitleList())</string> </value>
<value> <string>python: ",".join(sorted(cell.getAggregateTitleList(checked_permission="View")))</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