Implemented Userfields for users (closes #1159)

This commit is contained in:
Bernd Bestel
2020-12-20 22:16:58 +01:00
parent 8f1ce607f7
commit 2b13102299
4 changed files with 18 additions and 1 deletions

View File

@@ -138,4 +138,5 @@ $("#delete-current-user-picture-button").on("click", function(e)
$("#user-picture-label-none").removeClass("d-none");
});
Grocy.Components.UserfieldsForm.Load();
Grocy.FrontendHelpers.ValidateForm('user-form');