Skip to content

Commit

Permalink
feat: update nestable categories to account for new selfmod board option
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Jun 25, 2020
1 parent 14ecd0f commit 00d8b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ept-boards/client/nestable-categories.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ var directive = ['$compile', function($compile) {
postable_by: board.postable_by,
right_to_left: board.right_to_left,
disable_signature: board.disable_signature,
disable_selfmod: board.disable_selfmod,
disable_post_edit: board.disable_post_edit,
children: board.children || [],
moderators: board.moderators || []
Expand Down

0 comments on commit 00d8b7b

Please sign in to comment.