Commit cf6a10c7 authored by Tres Seaver's avatar Tres Seaver

* Merge hardening of ZMI contents view against subobjects with

  flaky 'get_size' (Collector #1900).
parent fac958bd
......@@ -142,6 +142,7 @@ function toggleSelect() {
<dtml-with sequence-key>
<td>
<div class="list-item">
<dtml-try>
<dtml-if get_size>
<dtml-let ob_size=get_size>
<dtml-if "ob_size < 1024">
......@@ -155,6 +156,9 @@ function toggleSelect() {
<dtml-else>
&nbsp;
</dtml-if>
<dtml-except>
&nbsp;
</dtml-try>
</div>
</td>
......
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