Wrap up initial vendor catalog batch support etc.

* Adds the ability to delete all batch rows matching current query.
* Refactors some progress factory args.
* If batch initialization fails, don't persist batch.
This commit is contained in:
Lance Edgar 2015-02-12 21:35:28 -06:00
parent c28a6b2e09
commit 16be06821a
4 changed files with 65 additions and 9 deletions

View file

@ -7,6 +7,11 @@
${search.render()}
</td>
</tr>
<tr>
<td class="tools">
<p>${h.link_to("Delete all rows matching current search", url('{0}.rows.bulk_delete'.format(route_prefix), uuid=batch.uuid))}</p>
</td>
</tr>
</table>
${grid}