[Trunk | Connect]: app.component.ts: [Bug fix] Update url for button "Manage helptexts" in Connect Portal.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60938 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2021-04-21 11:07:32 +00:00
parent 8daa5340f9
commit 3283a301d5
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ export class AppComponent {
this.userMenuItems = [];
if (Session.isPortalAdministrator(this.user)) {
this.userMenuItems.push(new MenuItem("", "Manage Helptexts",
properties.adminPortalURL + "/connect/pages", "", false, [], [], {}))
properties.adminPortalURL + "/connect/admin-tools/pages", "", false, [], [], {}))
}
if (this.user) {
this.userMenuItems.push(new MenuItem("my-communities", "My Communities", restrictedData ? url + "/myCommunities" : "",