comparison app/query-app.component.ts @ 40:896ae7eefb33

fix relation type queries.
author casties
date Mon, 15 Feb 2016 11:10:08 +0100
parents 739eb38ec2a2
children dc4f0541f04d
comparison
equal deleted inserted replaced
39:7578b21cdf2e 40:896ae7eefb33
57 this._queryService.state.steps.pop(); 57 this._queryService.state.steps.pop();
58 } 58 }
59 59
60 onQueryChanged(event: any) { 60 onQueryChanged(event: any) {
61 console.debug("app.onquerychanged! event=", event); 61 console.debug("app.onquerychanged! event=", event);
62 this._queryService.updateQuery(); 62 this._queryService.runQuery();
63 this.queryState = this._queryService.getState(); 63 this.queryState = this._queryService.getState();
64 } 64 }
65 } 65 }