Project

General

Profile

« Previous | Next » 

Revision 59777

[Monitor Dashboard|Trunk]

- remove helptexts call from monitor
- updates for sidebar

View differences:

app.component.ts
124 124
                } else {
125 125
                  this.activeTopic = this.stakeholder.topics.find(topic => this.isPublicOrIsMember(topic.visibility));
126 126
                }
127
                this.setSideBar();
127
                // this.setSideBar();
128 128
                this.loading = false;
129 129
              } else {
130 130
                LinksResolver.resetProperties();
......
218 218
    this.adminMenuItems = [];
219 219
    this.userMenuItems = [];
220 220
    if (this.user) {
221
      this.userMenuItems.push(new MenuItem("", "User information", "", "/user-info", false, [], [], {}));
222 221
      if (this.isCurator()) {
223 222
        this.userMenuItems.push(new MenuItem("", "Manage profiles",
224 223
          "", "/admin", false, [], [], {}));
225 224
      }
225
      this.userMenuItems.push(new MenuItem("", "User information", "", "/user-info", false, [], [], {}));
226 226
    }
227 227
    if (this.stakeholder) {
228 228
      if (this.isFrontPage) {
229
        this.setSideBar();
229 230
        this.menuHeader = {
230 231
          route: "/" + this.stakeholder.alias,
231 232
          url: null,

Also available in: Unified diff