Преглед на файлове

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();
   }