fix where constraint handling

This commit is contained in:
Sven Klemm
2018-07-04 18:57:55 +02:00
parent 7d30ca04de
commit 3595436614

View File

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