Change link to manage profiles to _self. Update libraries before deployment
This commit is contained in:
parent
f074b43221
commit
5c68886610
|
@ -172,7 +172,7 @@ export class AppComponent {
|
||||||
if (this.user) {
|
if (this.user) {
|
||||||
if (Session.isPortalAdministrator(this.user) || Session.isMonitorCurator(this.user) || Session.isKindOfMonitorManager(this.user)) {
|
if (Session.isPortalAdministrator(this.user) || Session.isMonitorCurator(this.user) || Session.isKindOfMonitorManager(this.user)) {
|
||||||
this.userMenuItems.push(new MenuItem("", "Manage profiles",
|
this.userMenuItems.push(new MenuItem("", "Manage profiles",
|
||||||
this.properties.domain + properties.baseLink + "/dashboard/admin", "", false, [], [], {}))
|
this.properties.domain + properties.baseLink + "/dashboard/admin", "", false, [], [], {}, null, null, null, null, "_self"));
|
||||||
}
|
}
|
||||||
this.userMenuItems.push(new MenuItem("", "My " + this.stakeholderEntities.STAKEHOLDERS, "", "/my-dashboards", false, [], [], {}));
|
this.userMenuItems.push(new MenuItem("", "My " + this.stakeholderEntities.STAKEHOLDERS, "", "/my-dashboards", false, [], [], {}));
|
||||||
this.userMenuItems.push(new MenuItem("", "User information", "", "/user-info", false, [], [], {}));
|
this.userMenuItems.push(new MenuItem("", "User information", "", "/user-info", false, [], [], {}));
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 78fcf5934960dc2533b747ef611a30b0217033b5
|
Subproject commit ccd220b68afe10efbb27bed31c114756b609f323
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1c7b42284c58024e7d51cb0ae7c5c27f997c646d
|
Subproject commit d577c6d69a55901e319cf0cf5b93f900f1cdeaab
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5edc3ac713d4e2b78ad81d060c0c3f8a1ce3fafe
|
Subproject commit c80b7371801d42611c611707ca933c1c83c3c672
|
Loading…
Reference in New Issue