Bläddra i källkod

fix where constraint handling

Sven Klemm 7 år sedan
förälder
incheckning
3595436614
1 ändrade filer med 1 tillägg och 0 borttagningar
  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.whereAdd = this.uiSegmentSrv.newPlusButton();
+    this.queryModel.updatePersistedParts();
     this.panelCtrl.refresh();
     this.panelCtrl.refresh();
   }
   }