소스 검색

fix where constraint handling

Sven Klemm 7 년 전
부모
커밋
3595436614
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      public/app/plugins/datasource/postgres/query_ctrl.ts

+ 1 - 0
public/app/plugins/datasource/postgres/query_ctrl.ts

@@ -303,6 +303,7 @@ export class PostgresQueryCtrl extends QueryCtrl {
       }
     }
     this.whereAdd = this.uiSegmentSrv.newPlusButton();
+    this.queryModel.updatePersistedParts();
     this.panelCtrl.refresh();
   }