2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 23:51:08 +00:00

Added admin view, improved validation of part related relationship

This commit is contained in:
eeintech
2020-10-16 15:29:58 -05:00
parent 34e4409e7f
commit 0b26d68d0f
6 changed files with 66 additions and 10 deletions

View File

@@ -11,10 +11,12 @@
<div id='button-bar'>
<div class='button-toolbar container-fluid' style='float: left;'>
{% if roles.part.change %}
<button class='btn btn-primary' type='button' id='add-related-part' title='{% trans "Add Related" %}'>{% trans "Add Related" %}</button>
<div class='filter-list' id='filter-list-related'>
<!-- An empty div in which the filter list will be constructed -->
</div>
{% endif %}
</div>
</div>