mirror of
https://github.com/wekan/wekan.git
synced 2026-02-07 09:01:47 +01:00
Create custom fields creation UI added to Board Menu, Model in progress
This commit is contained in:
parent
43a58c92ac
commit
ade3c02122
13 changed files with 239 additions and 0 deletions
3
server/publications/customFields.js
Normal file
3
server/publications/customFields.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Meteor.publish('customFields', function() {
|
||||
return CustomFields.find();
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue