Skip to content

Commit

Permalink
Pass board ID into filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoppenhaver committed Jul 1, 2021
1 parent 81a0cac commit 62ed732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Kanban/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,8 @@ static function get_all( $board_id = null ) {

self::$records_by_board = apply_filters(
'kanban_task_get_all_records_by_board',
self::$records_by_board
self::$records_by_board,
$board_id
);
}

Expand Down

0 comments on commit 62ed732

Please sign in to comment.