Create custom fields creation UI added to Board Menu, Model in progress

This commit is contained in:
Pouyan Savoli 2017-08-25 02:59:20 +02:00
parent 43a58c92ac
commit ade3c02122
13 changed files with 239 additions and 0 deletions

View file

@ -0,0 +1,3 @@
Meteor.publish('customFields', function() {
return CustomFields.find();
});