mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Import single card: create an 'importCard' activity entry
This commit is contained in:
parent
4b99ce2aa2
commit
7d57ce896b
4 changed files with 35 additions and 8 deletions
|
|
@ -60,6 +60,13 @@ BlazeComponent.extendComponent({
|
|||
}, card.title));
|
||||
},
|
||||
|
||||
sourceLink() {
|
||||
const source = this.currentData().source;
|
||||
return source && Blaze.toHTML(HTML.A({
|
||||
href: source.url,
|
||||
}, source.system));
|
||||
},
|
||||
|
||||
memberLink() {
|
||||
return Blaze.toHTMLWithData(Template.memberName, {
|
||||
user: this.currentData().member(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue