Project

General

Profile

« Previous | Next » 

Revision 60938

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

View differences:

app.component.ts
336 336
    this.userMenuItems = [];
337 337
    if (Session.isPortalAdministrator(this.user)) {
338 338
      this.userMenuItems.push(new MenuItem("", "Manage Helptexts",
339
        properties.adminPortalURL + "/connect/pages", "", false, [], [], {}))
339
        properties.adminPortalURL + "/connect/admin-tools/pages", "", false, [], [], {}))
340 340
    }
341 341
    if (this.user) {
342 342
      this.userMenuItems.push(new MenuItem("my-communities", "My Communities", restrictedData ? url + "/myCommunities" : "",

Also available in: Unified diff