Skip to content

Commit

Permalink
MID-6047 Maximize arrow in Case detail and Work item detail does not …
Browse files Browse the repository at this point in the history
…work
  • Loading branch information
KaterynaHonchar committed Mar 10, 2020
1 parent 6c7e7bf commit e0e4b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -58,7 +58,7 @@ protected void onInitialize(){
}

private void initModels(){
sceneModel = new LoadableModel<List<SceneDto>>() {
sceneModel = new LoadableModel<List<SceneDto>>(false) {
@Override
protected List<SceneDto> load() {
PageBase pageBase = OperationRequestCaseTabPanel.this.getPageBase();
Expand Down
Expand Up @@ -101,7 +101,7 @@ protected void onInitialize(){
}

private void initModels(){
sceneModel = new LoadableModel<SceneDto>() {
sceneModel = new LoadableModel<SceneDto>(false) {
@Override
protected SceneDto load() {
PageBase pageBase = WorkItemDetailsPanel.this.getPageBase();
Expand Down

0 comments on commit e0e4b40

Please sign in to comment.