You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yp05327 cf29ee6dd2
Add missing tabs to org projects page (#22705)
Fixes https://github.com/go-gitea/gitea/issues/22676

Context Data `IsOrganizationMember` and `IsOrganizationOwner` is used to
control the visibility of `people` and `team` tab.

2871ea0809/templates/org/menu.tmpl (L19-L40)

And because of the reuse of user projects page, User Context is changed
to Organization Context. But the value of `IsOrganizationMember` and
`IsOrganizationOwner` are not being given.

I reused func `HandleOrgAssignment` to add them to the ctx, but may have
some unnecessary variables, idk whether it is ok.

I found there is a missing `PageIsViewProjects` at create project page.
1 year ago
..
member Hide 2FA status from other members in organization members list (#22999) 1 year ago
projects Add main landmark to templates and adjust titles (#22670) 1 year ago
settings Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 1 year ago
team Add all units to the units permission list in org team members sidebar (#22971) 1 year ago
create.tmpl Remove Fomantic-UI's `.hidden` CSS class for checkbox elements (#22851) 1 year ago
header.tmpl Add context cache as a request level cache (#22294) 1 year ago
home.tmpl Rename "People" to "Members" in organization page and use a better icon (#22960) 1 year ago
menu.tmpl Add missing tabs to org projects page (#22705) 1 year ago