Skip to content
Snippets Groups Projects
Commit 70b8134a authored by Alicia.DeDiosFuente's avatar Alicia.DeDiosFuente
Browse files

fix: preserve-query-parameters-in-url-for-notifications

parent 23254793
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ export class NotificationHelper {
[NotificationHelper.KEY_ROLE_ID]: notification.objectId, // contain roleId
[NotificationHelper.KEY_PERSON_ID]: notification.emitter.person.resId,
}, {
skipLocationChange: true,
skipLocationChange: false,
}));
}
......@@ -117,7 +117,7 @@ export class NotificationHelper {
[NotificationHelper.KEY_PERSON_ID]: notification.emitter.person.resId,
[NotificationHelper.KEY_ORGUNIT_NAME]: notification.objectId, // contain org unit name
}, {
skipLocationChange: true,
skipLocationChange: false,
}));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment