Skip to content

Commit 3e3e00a

Browse files
committed
rename activity->action
1 parent c184f9f commit 3e3e00a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/component/activity-description/activity-description.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ export class ActivityDescriptionComponent implements OnInit {
9191
ngOnInit() {
9292
this.route.queryParams.subscribe(params => {
9393
this.currentActivity.uuid = params['uuid'];
94-
if (params['activity']) {
95-
this.currentActivity.uuid = params['activity']; //backwords compatibility, e.g. for openCRE
94+
if (params['action']) {
95+
this.currentActivity.uuid = params['action']; //backwords compatibility, e.g. for openCRE
9696
}
9797
});
9898

0 commit comments

Comments
 (0)