Skip to content

Commit

Permalink
UI: Renewing Study page #1802
Browse files Browse the repository at this point in the history
  • Loading branch information
shral committed Mar 5, 2019
1 parent e44f473 commit 13df6a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dcm4chee-arc-ui2/src/app/study/study/study.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export class StudyComponent implements OnInit {

ngOnInit() {
console.log("aet",this.applicationEntities);
this.getPatientAttributeFilters();
this.route.params.subscribe(params => {
this.studyConfig.tab = params.tab;
this.getApplicationEntities();
Expand Down

0 comments on commit 13df6a3

Please sign in to comment.