Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(board): Lane refresh on change type added
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbornsen authored and nimishamukherjee committed Mar 14, 2017
1 parent 3a220ef commit 7acecba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export class WorkItemBoardComponent implements OnInit {
this.boardContextSubscription = this.broadcaster.on<WorkItemType>('board_type_context').subscribe(workItemType => {
if (workItemType) {
console.log('[WorkItemBoardComponent] New type context selected: ' + workItemType.attributes.name);
this.lanes = [];
this.workItemService.resetWorkItemList();
}
});
Expand Down

0 comments on commit 7acecba

Please sign in to comment.