diff --git a/client/components/sidebar/sidebar.jade b/client/components/sidebar/sidebar.jade index 32f7f102b..5ae7d3832 100644 --- a/client/components/sidebar/sidebar.jade +++ b/client/components/sidebar/sidebar.jade @@ -148,8 +148,8 @@ template(name="boardInfoOnMyBoardsPopup") i.fa.fa-sign-out | {{_ 'show-card-counter-per-list'}} div.check-div - a.flex.js-field-has-boardmemberlist(class="{{#if allowsBoardMember}}is-checked{{/if}}") - .materialCheckBox(class="{{#if allowsBoardMember}}is-checked{{/if}}") + a.flex.js-field-has-boardmemberlist(class="{{#if allowsBoardMemberList}}is-checked{{/if}}") + .materialCheckBox(class="{{#if allowsBoardMemberList}}is-checked{{/if}}") span i.fa.fa-hourglass-start | {{_ 'show-board_members-avatar'}} diff --git a/server/migrations.js b/server/migrations.js index 938c90165..8486de1f9 100644 --- a/server/migrations.js +++ b/server/migrations.js @@ -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 => {