We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c184f9f commit 3e3e00aCopy full SHA for 3e3e00a
src/app/component/activity-description/activity-description.component.ts
@@ -91,8 +91,8 @@ export class ActivityDescriptionComponent implements OnInit {
91
ngOnInit() {
92
this.route.queryParams.subscribe(params => {
93
this.currentActivity.uuid = params['uuid'];
94
- if (params['activity']) {
95
- this.currentActivity.uuid = params['activity']; //backwords compatibility, e.g. for openCRE
+ if (params['action']) {
+ this.currentActivity.uuid = params['action']; //backwords compatibility, e.g. for openCRE
96
}
97
});
98
0 commit comments