Explorar o código

Fixed: Can't save user without Initials.

Thanks to devagleo and xet7 !

Fixes #3928
Lauri Ojansivu %!s(int64=3) %!d(string=hai) anos
pai
achega
9a03654062
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/components/settings/peopleBody.jade

+ 1 - 1
client/components/settings/peopleBody.jade

@@ -342,7 +342,7 @@ template(name="editUserPopup")
       input.js-profile-fullname(type="text" value=user.profile.fullname required)
       input.js-profile-fullname(type="text" value=user.profile.fullname required)
     label
     label
       | {{_ 'initials'}}
       | {{_ 'initials'}}
-      input.js-profile-initials(type="text" value=user.profile.initials required)
+      input.js-profile-initials(type="text" value=user.profile.initials)
     label
     label
       | {{_ 'admin'}}
       | {{_ 'admin'}}
       select.select-role.js-profile-isadmin
       select.select-role.js-profile-isadmin