mirror of
https://github.com/wekan/wekan.git
synced 2026-02-26 18:04:06 +01:00
Add notification, allow watch boards / lists / cards
This commit is contained in:
parent
9ef8ebaf09
commit
9bbdacc79a
24 changed files with 579 additions and 16 deletions
|
|
@ -151,7 +151,7 @@ Boards.helpers({
|
|||
},
|
||||
|
||||
absoluteUrl() {
|
||||
return FlowRouter.path('board', { id: this._id, slug: this.slug });
|
||||
return FlowRouter.url('board', { id: this._id, slug: this.slug });
|
||||
},
|
||||
|
||||
colorClass() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue