mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 05:08:48 +01:00
Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.
Thanks to xet7 !
This commit is contained in:
parent
2c90e7c585
commit
34b2168d0d
10 changed files with 181 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue