mirror of
https://github.com/wekan/wekan.git
synced 2026-02-23 00:14:07 +01:00
- Some fixes to Wekan import:
- isCommentOnly and isNoComments are now optional - Turn off import error checking, so something is imported anyway, and import does not stop at error. - Now most of Sandstorm export do import to Standalone Wekan, but some of imported cards, dates etc are missing. - Sandstorm Import Wekan board warning messages are now translateable. Thanks to xet7 ! Closes #1945, closes #1616, closes #1903
This commit is contained in:
parent
d44fb6bedd
commit
4cf9813449
50 changed files with 122 additions and 25 deletions
|
|
@ -127,9 +127,11 @@ Boards.attachSchema(new SimpleSchema({
|
|||
},
|
||||
'members.$.isNoComments': {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
},
|
||||
'members.$.isCommentOnly': {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
},
|
||||
permission: {
|
||||
type: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue