diff --git a/src/app/services/authService.js b/src/app/services/authService.js index 166c730d3a..51d46e9809 100644 --- a/src/app/services/authService.js +++ b/src/app/services/authService.js @@ -123,7 +123,10 @@ angular key: profile.Organizations[i].Key, status: profile.Organizations[i].Status, type: profile.Organizations[i].Type, - enabled: profile.Organizations[i].Enabled + enabled: profile.Organizations[i].Enabled, + maxCollections: profile.Organizations[i].MaxCollections, + seats: profile.Organizations[i].Seats, + useGroups: profile.Organizations[i].UseGroups }; } @@ -151,7 +154,10 @@ angular key: keyCt, status: 2, // 2 = Confirmed type: 0, // 0 = Owner - enabled: true + enabled: true, + maxCollections: org.MaxCollections, + seats: org.Seats, + useGroups: org.UseGroups }; profile.organizations[o.id] = o; diff --git a/src/app/views/organizationLayout.html b/src/app/views/organizationLayout.html index 354aa5c1de..b43ba9fec4 100644 --- a/src/app/views/organizationLayout.html +++ b/src/app/views/organizationLayout.html @@ -80,7 +80,7 @@ -
  • +
  • Groups