Do those imports!

This commit is contained in:
David Arnold 2020-09-16 14:52:00 -05:00 committed by Denis Perov
parent c29393dd7e
commit 2cddcd60a1
7 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,5 @@
import Attachments from '../../../models/attachments';
Template.attachmentsGalery.events({
'click .js-add-attachment': Popup.open('cardAttachments'),
'click .js-confirm-delete': Popup.afterConfirm(

View file

@ -1,3 +1,5 @@
import Attachments from '/models/attachments';
const specialHandles = [
{userId: 'board_members', username: 'board_members'},
{userId: 'card_members', username: 'card_members'}

View file

@ -3,6 +3,7 @@ import Avatars from '/models/avatars';
import Users from '/models/users';
import Org from '/models/org';
import Team from '/models/team';
import Avatars from '/models/avatars';
Template.userAvatar.helpers({
userData() {