Merge pull request #2729 from SchrodingersGat/build-allocation-load-speed

Bug fix for build order panel loading
This commit is contained in:
Oliver 2022-03-09 14:41:57 +11:00 committed by GitHub
commit 927e206e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -396,8 +396,6 @@ function reloadTable() {
$('#allocation-table-untracked').bootstrapTable('refresh');
}
onPanelLoad('allocate', function() {
// Get the list of BOM items required for this build
inventreeGet(
'{% url "api-bom-list" %}',
@ -584,7 +582,6 @@ onPanelLoad('allocate', function() {
});
{% endif %}
});
enableSidebar('buildorder');