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

Simplify process for marking a part as "starred"

This commit is contained in:
Oliver Walters
2021-02-25 23:27:27 +11:00
parent 35b9b17167
commit f2da1c990b
5 changed files with 59 additions and 44 deletions

View File

@@ -248,8 +248,7 @@
$("#toggle-starred").click(function() {
toggleStar({
part: {{ part.id }},
user: {{ user.id }},
button: '#part-star-icon'
button: '#part-star-icon',
});
});