2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Build filters (#4773)

* Add optional callback to table filtering function

* Add custom filters to build item table
This commit is contained in:
Oliver
2023-05-06 08:39:10 +10:00
committed by GitHub
parent 434a00b55f
commit 09083d2de1
5 changed files with 87 additions and 16 deletions

View File

@ -117,12 +117,6 @@ src="{% static 'img/blank_image.png' %}"
{% trans "No build outputs have been created for this build order" %}<br>
</div>
{% endif %}
{% if build.parent %}
<div class='alert alert-block alert-info'>
{% object_link 'build-detail' build.parent.id build.parent as link %}
{% blocktrans %}This Build Order is a child of Build Order {{link}}{% endblocktrans %}
</div>
{% endif %}
{% if build.active %}
{% if build.can_complete %}