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:
@@ -248,8 +248,7 @@
|
||||
$("#toggle-starred").click(function() {
|
||||
toggleStar({
|
||||
part: {{ part.id }},
|
||||
user: {{ user.id }},
|
||||
button: '#part-star-icon'
|
||||
button: '#part-star-icon',
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user