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

Fix image download code

This commit is contained in:
Oliver Walters
2021-03-17 23:02:32 +11:00
parent 47a1143570
commit 9a710ca28f
2 changed files with 30 additions and 24 deletions

View File

@@ -302,6 +302,9 @@
$("#part-image-url").click(function() {
launchModalForm(
'{% url "part-image-download" part.id %}',
{
reload: true,
}
);
});
{% endif %}