mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix Board Settings / All Boards Settings options has some bug.
Thanks to helioguardabaxo ! Fixes #4478
This commit is contained in:
parent
2b1675847c
commit
77085daaa8
2 changed files with 4 additions and 3 deletions
|
|
@ -89,6 +89,7 @@ Migrations.add('add-cardcounterlist-allowed', () => {
|
|||
);
|
||||
});
|
||||
|
||||
/*
|
||||
Migrations.add('add-boardmemberlist-allowed', () => {
|
||||
Boards.update(
|
||||
{
|
||||
|
|
@ -104,7 +105,7 @@ Migrations.add('add-boardmemberlist-allowed', () => {
|
|||
noValidateMulti,
|
||||
);
|
||||
});
|
||||
|
||||
*/
|
||||
|
||||
Migrations.add('lowercase-board-permission', () => {
|
||||
['Public', 'Private'].forEach(permission => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue