-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
accepting or rejecting transfer to organization is disabled even when the user is the owner of repo and organization #26491
Comments
Did you update Gitea from the version before v1.11? And this org is created before you updated from 1.11. |
I came from version 1.19 but maybe the team was created prior to 1.11 but still, I'm the owner of the team and the owner of the repository so for me, creating another team is not needed. Anyway, the previous comment works. |
) Related to: go-gitea#8312 go-gitea#26491 In migration v109, we only added a new column `CanCreateOrgRepo` in Team table, but not initial the value of it. This may cause bug like go-gitea#26491. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Description
I am the owner of a repository and at the same time, owner of an organization. When I transfer the ownership of the repository to the organization, the transfer is pending since it needs to be accepted first. However, the accept and reject buttons are greyed-out with a tool-tip showing "You do not have permission to Accept/Reject".
When I try this at https://try.gitea.io/, there is no confirmation needed and the transfer is done instantly.
Gitea Version
1.20.2
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
2.41.0
Operating System
Fedora 37
How are you running Gitea?
I used the binary version in the git release.
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: