mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Fixed link userfield saving (fixes #2670)
This commit is contained in:
@@ -384,7 +384,7 @@ $(".userfield-link").keyup(function(e)
|
||||
"link": link
|
||||
};
|
||||
|
||||
formRow.find(".userfield-input").val(JSON.stringify(value));
|
||||
formRow.find(".userfield-input").val(JSON.stringify(value)).addClass("is-dirty");
|
||||
});
|
||||
|
||||
$(".userfield-input").change(function(e)
|
||||
|
Reference in New Issue
Block a user