Project

General

Profile

« Previous | Next » 

Revision 58583

[Admin | Trunk]: Add message when no statistics exist. Disable customization route.

View differences:

app.component.ts
242 242
            '/organizations', false, [], [], {communityId: this.communityId}),
243 243
          items: []
244 244
        });
245
        community.items.push({
245
        /*community.items.push({
246 246
          rootItem: new MenuItem('layout', 'Customize Layout', '/customize-layout',
247 247
            '/customize-layout', false, [], [], {communityId: this.communityId}),
248 248
          items: []
249
        });
250
        /*community.items.push({
251
          rootItem: new MenuItem('communityLayout', 'Community Layout', '/community-layout',
252
            '/community-layout', false, [], [], {communityId: this.communityId}),
253
          items: []
254
        })*/
249
        });*/
255 250
        this.sideMenuItems.push(community);
256 251
        const communityContent: SideMenuItem = {
257 252
          rootItem: new MenuItem('communityContent', 'Community Content', '',

Also available in: Unified diff