mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +01:00
Remove links from templates board for the moment
Insert the correct template type in templates board Allow independant lists in templates board Add some helpers
This commit is contained in:
parent
64bf455b29
commit
cdf070189e
7 changed files with 61 additions and 10 deletions
|
|
@ -27,6 +27,13 @@ Lists.attachSchema(new SimpleSchema({
|
|||
*/
|
||||
type: String,
|
||||
},
|
||||
swimlaneId: {
|
||||
/**
|
||||
* the swimalen associated to this list. Used for templates
|
||||
*/
|
||||
type: String,
|
||||
defaultValue: '',
|
||||
},
|
||||
createdAt: {
|
||||
/**
|
||||
* creation date
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue