mirror of
https://github.com/wekan/wekan.git
synced 2026-02-02 14:41:47 +01:00
Added people list in admin panel , just raw data right now, will add more features soon
This commit is contained in:
parent
2d12a4f404
commit
29d54f46aa
6 changed files with 102 additions and 4 deletions
3
server/publications/people.js
Normal file
3
server/publications/people.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Meteor.publish('people', function () {
|
||||
return Meteor.users.find({}, {fields:{}});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue