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
..
auth Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 1 year ago
dashboard add user visibility in dashboard navbar (#22747) 1 year ago
notification Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 1 year ago
overview Add missing tabs to org projects page (#22705) 1 year ago
settings Add user webhooks (#21563) 1 year ago
code.tmpl Add main landmark to templates and adjust titles (#22670) 1 year ago
heatmap.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
profile.tmpl Fix incorrect project links and use symlink icon for org-wide projects (#23325) 1 year ago
project.tmpl Add context cache as a request level cache (#22294) 1 year ago