open-learning-exchange / planet

🌍 Planet Learning - Angular application
https://hub.docker.com/r/treehouses/planet
GNU Affero General Public License v3.0
62 stars 39 forks source link

no teams / enterprise option #7829

Open RheuX opened 1 week ago

RheuX commented 1 week ago

image

I have 2 teams (one private and one public), and an enterprise, but i see no options?

i also have 3 of them on links, but it still doesn't show up?

am I doing something wrong? I check the code, and it's based on these

links: { db, title, selector? }[] = [
    { db: 'teams', title: $localize`Teams`, selector: { type: 'team' } },
    { db: 'teams', title: $localize`Enterprises`, selector: { type: 'enterprise' } }
  ];

image

RheuX commented 2 days ago

image

Should be something similar with adding a link - in the community