mirror of
https://github.com/wekan/wekan.git
synced 2025-12-31 14:48:48 +01:00
Introducing third board view: calendar.
A dependency to rzymek:fullcalendar has also been added.
This commit is contained in:
parent
43dde4a10f
commit
226d25ca94
8 changed files with 21 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ BlazeComponent.extendComponent({
|
|||
const boardView = Meteor.user().profile.boardView;
|
||||
if (boardView === 'board-view-swimlanes')
|
||||
swimlaneId = this.parentComponent().parentComponent().data()._id;
|
||||
else if (boardView === 'board-view-lists')
|
||||
else if ((boardView === 'board-view-lists') || (boardView === 'board-view-cal'))
|
||||
swimlaneId = Swimlanes.findOne({boardId})._id;
|
||||
|
||||
if (title) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue