mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 22:59:29 +01:00
fe35a17dbe
- On editting a team, only update the units if the team isn't the
'Owners' team. Otherwise the 'Owners' team end up having all of their
unit access modes set to 'None'; because the request form doesn't send
over any units, as it's simply not shown in the UI.
- Adds a database inconstency check and fix for the case where the
'Owners' team is affected by this bug.
- Adds unit test.
- Adds integration test.
- Resolves #5528
- Regression of https://github.com/go-gitea/gitea/pull/24012
(cherry picked from commit
|
||
---|---|---|
.. | ||
setting | ||
home.go | ||
main_test.go | ||
members.go | ||
org.go | ||
org_labels.go | ||
projects.go | ||
projects_test.go | ||
setting.go | ||
setting_oauth2.go | ||
setting_packages.go | ||
teams.go |