From a4467fee21380d6b796996e6209b6a36f5b33e62 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 16 Apr 2019 07:53:30 +1000 Subject: [PATCH] Remove bootstrap-editable - Revert to using modal django forms --- InvenTree/part/templates/part/bom.html | 34 +- InvenTree/static/css/bootstrap-editable.css | 663 -- InvenTree/static/script/bootstrap-editable.js | 6807 ----------------- .../static/script/bootstrap-editable.min.js | 7 - InvenTree/static/script/inventree/bom.js | 51 - InvenTree/templates/base.html | 1 - 6 files changed, 17 insertions(+), 7546 deletions(-) delete mode 100644 InvenTree/static/css/bootstrap-editable.css delete mode 100644 InvenTree/static/script/bootstrap-editable.js delete mode 100644 InvenTree/static/script/bootstrap-editable.min.js diff --git a/InvenTree/part/templates/part/bom.html b/InvenTree/part/templates/part/bom.html index bfa1432f23..137bf6e2d6 100644 --- a/InvenTree/part/templates/part/bom.html +++ b/InvenTree/part/templates/part/bom.html @@ -9,7 +9,7 @@ {% include 'part/tabs.html' with tab='bom' %} -

Bill of Materials{% if editing_enabled %} (Edit Mode){% endif %}

+

Bill of Materials

@@ -17,14 +17,9 @@

{% if editing_enabled %} -
- - - -
-
- - +
+ +
{% else %}