mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 15:41:52 +01:00
parent
dcac00696e
commit
74deeeaaa6
8 changed files with 0 additions and 12 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import Attachments from '../../../models/attachments';
|
||||
|
||||
Template.attachmentsGalery.events({
|
||||
'click .js-add-attachment': Popup.open('cardAttachments'),
|
||||
'click .js-confirm-delete': Popup.afterConfirm(
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
import Attachments from '/models/attachments';
|
||||
|
||||
const specialHandles = [
|
||||
{userId: 'board_members', username: 'board_members'},
|
||||
{userId: 'card_members', username: 'card_members'}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ 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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue