mirror of
https://github.com/wekan/wekan.git
synced 2026-02-01 22:21:47 +01:00
Allow to edit email verified and initials at Admin Panel/People/People.
Thanks to xet7 ! Fixes #1426
This commit is contained in:
parent
d0cdc33c19
commit
d03e2170dd
4 changed files with 68 additions and 12 deletions
|
|
@ -14,6 +14,7 @@ Meteor.publish('people', function(query, limit) {
|
|||
fields: {
|
||||
username: 1,
|
||||
'profile.fullname': 1,
|
||||
'profile.initials': 1,
|
||||
isAdmin: 1,
|
||||
emails: 1,
|
||||
createdAt: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue