summaryrefslogtreecommitdiffstats
path: root/models/boards.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-01 17:23:41 -0400
committerLauri Ojansivu <x@xet7.org>2019-07-01 17:23:41 -0400
commit34b2168d0dda253dedabbee47031873efa4ae446 (patch)
tree274092388923e0e26cd483d5eedfc011bdd32d68 /models/boards.js
parent2c90e7c585c6bcde9bf29c7d5ed54276b1ce082e (diff)
downloadwekan-34b2168d0dda253dedabbee47031873efa4ae446.tar.gz
wekan-34b2168d0dda253dedabbee47031873efa4ae446.tar.bz2
wekan-34b2168d0dda253dedabbee47031873efa4ae446.zip
Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.
Thanks to xet7 !
Diffstat (limited to 'models/boards.js')
-rw-r--r--models/boards.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/models/boards.js b/models/boards.js
index 5c0b58e7..3750473e 100644
--- a/models/boards.js
+++ b/models/boards.js
@@ -238,7 +238,12 @@ Boards.attachSchema(
'pomegranate',
'pumpkin',
'wisteria',
+ 'moderatepink',
+ 'strongcyan',
+ 'limegreen',
'midnight',
+ 'dark',
+ 'relax',
],
// eslint-disable-next-line consistent-return
autoValue() {
@@ -1223,7 +1228,8 @@ if (Meteor.isServer) {
* @description This allows to create a board.
*
* The color has to be chosen between `belize`, `nephritis`, `pomegranate`,
- * `pumpkin`, `wisteria`, `midnight`:
+ * `pumpkin`, `wisteria`, `moderatepink`, `strongcyan`,
+ * `limegreen`, `midnight`, `dark`, `relax`:
*
* <img src="https://wekan.github.io/board-colors.png" width="40%" alt="Wekan logo" />
*