Skip to content

Commit

Permalink
work item summary panel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Feb 19, 2019
1 parent 5d8fc7d commit 1dd110f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -48,6 +48,8 @@ public WorkItemSummaryPanel(String id, IModel<WorkItemType> model, IModel<WorkIt

@Override
protected void onInitialize(){
super.onInitialize();

SummaryTag<WorkItemType> isAssignedTag = new SummaryTag<WorkItemType>(ID_ASSIGNED_TAG, getModel()) {
@Override
protected void initialize(WorkItemType workItem) {
Expand Down

0 comments on commit 1dd110f

Please sign in to comment.