bug: organization page not listing members or teams in sidebar #183

Closed
opened 2026-05-26 01:27:12 +00:00 by jmiller · 1 comment
Owner

Summary

The organization page has two sidebar boxes (Members and Teams) but they are empty. Should list team names with a New Team button, and member avatars/names.

Steps to reproduce

  1. Go to any organization page (e.g. /MokoConsulting)
  2. Look at the right sidebar
  3. Members box and Teams box are empty

Expected

  • Members box shows org member avatars and names
  • Teams box shows team names with links
  • Teams box has a New Team button for org admins

Authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

## Summary The organization page has two sidebar boxes (Members and Teams) but they are empty. Should list team names with a New Team button, and member avatars/names. ## Steps to reproduce 1. Go to any organization page (e.g. /MokoConsulting) 2. Look at the right sidebar 3. Members box and Teams box are empty ## Expected - Members box shows org member avatars and names - Teams box shows team names with links - Teams box has a New Team button for org admins --- *Authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>*
jmiller added the type: bug label 2026-05-26 01:27:12 +00:00
Author
Owner

Testing Proof

  • Org sidebar now populates Members and Teams boxes
  • IsPublicMember function wired correctly
  • New Team button visible for org owners
  • Deployed on production v1.26.1-moko.05.03.00

Root cause: home.go set OrgOverviewMembers/OrgOverviewTeams but template expected Members/Teams/NumMembers/IsOrganizationMember/IsOrganizationOwner/IsPublicMember.

Authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

## Testing Proof - Org sidebar now populates Members and Teams boxes - IsPublicMember function wired correctly - New Team button visible for org owners - Deployed on production v1.26.1-moko.05.03.00 Root cause: home.go set OrgOverviewMembers/OrgOverviewTeams but template expected Members/Teams/NumMembers/IsOrganizationMember/IsOrganizationOwner/IsPublicMember. *Authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>*
Sign in to join this conversation.
No labels type: bug
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#183