Commit 67754904 authored by Vincent Pelletier's avatar Vincent Pelletier

Do not display any link on listbox lines, since they are broken by default.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24705 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a17a0746
......@@ -515,7 +515,32 @@
<item>
<key> <string>url_columns</string> </key>
<value>
<list/>
<list>
<tuple>
<string>selection</string>
<string></string>
</tuple>
<tuple>
<string>resource_title</string>
<string></string>
</tuple>
<tuple>
<string>check_amount_title</string>
<string></string>
</tuple>
<tuple>
<string>reference_range_min</string>
<string></string>
</tuple>
<tuple>
<string>reference_range_max</string>
<string></string>
</tuple>
<tuple>
<string>destination_trade</string>
<string></string>
</tuple>
</list>
</value>
</item>
</dictionary>
......
409
\ No newline at end of file
412
\ 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