mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
space view labels
This commit is contained in:
parent
604bdf78da
commit
b2138d6bdb
5 changed files with 66 additions and 22 deletions
|
@ -69,7 +69,7 @@ export default Ember.Component.extend(TooltipMixin, NotifierMixin, {
|
|||
folderId: folderId,
|
||||
documentId: docId,
|
||||
categoryId: l.get('id')
|
||||
}
|
||||
};
|
||||
|
||||
toLink.push(t);
|
||||
});
|
||||
|
@ -80,7 +80,7 @@ export default Ember.Component.extend(TooltipMixin, NotifierMixin, {
|
|||
folderId: folderId,
|
||||
documentId: docId,
|
||||
categoryId: l.get('id')
|
||||
}
|
||||
};
|
||||
|
||||
toUnlink.pushObject(t);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue