Add better support for "make import batch from file" pattern
This commit is contained in:
parent
0375d66b91
commit
4fa9ab3c6e
6 changed files with 80 additions and 6 deletions
|
@ -79,7 +79,7 @@
|
|||
${self.context_menu_items()}
|
||||
</ul>
|
||||
|
||||
% if status_breakdown is not Undefined:
|
||||
% if status_breakdown is not Undefined and status_breakdown is not None:
|
||||
<div class="object-helper">
|
||||
<h3>Row Status Breakdown</h3>
|
||||
<div class="object-helper-content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue