Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-07-01 17:23:41 -04:00
parent 2c90e7c585
commit 34b2168d0d
10 changed files with 181 additions and 7 deletions

View file

@ -113,6 +113,11 @@ Migrations.add('use-css-class-for-boards-colors', () => {
'#8E44AD': 'wisteria',
'#2C3E50': 'midnight',
'#E67E22': 'pumpkin',
'#CD5A91': 'moderatepink',
'#00AECC': 'strongcyan',
'#4BBF6B': 'limegreen',
'#2C3E51': 'dark',
'#27AE61': 'relax',
};
Boards.find().forEach(board => {
const oldBoardColor = board.background.color;