-
-
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
Team Permission Table Bug #18483
Comments
- Currently the `.Team.AccessMode` is being used when editing a team, if you want to admin -> General Access, the value of General Access is "admin" which is incorrect. - Resolves go-gitea#18483 (First bug mentioned)
I was able to reproduce the first and third bug. The first bug was a regression and is fixed by #18496, the third bug is another issue which was is currently the behavior(so it should be a new issue as enhancement). The second bug is too vague to understand/reproduce. |
The first bug is when check |
- Currently the `.Team.AccessMode` is being used when editing a team, if you want to admin -> General Access, the value of General Access is "admin" which is incorrect. - Resolves #18483 (First bug mentioned) Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
@lunny setting the general access and admin is fixed but the team mebers can't be assigned an issue even if they have write permmision in the code and read or write on the issue and one read permssion (any unit) . |
|
As @Gusted said above we're a little confused by number 2 here. Would it be possible for you to create an org with teams on try.gitea.io that replicates the issue. Use temporary users that you can share the passwords of here. |
Sorry I couldn't create temporary users in try.gitea.io since I have slow internet, but I think number 2 is fixed after I upgraded my gitea to v1.17.0+dev-75-g7f2530e00. |
- Currently the `.Team.AccessMode` is being used when editing a team, if you want to admin -> General Access, the value of General Access is "admin" which is incorrect. - Resolves go-gitea#18483 (First bug mentioned) Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Gitea Version
1.16.0 && 1.17.0+dev-32-gab7f70167
Git Version
2.33
Operating System
Windows 10
How are you running Gitea?
I'am running Gitea as a service
Database
PostgreSQL
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Description
Team Permmission Table bugs
Bugs
Tested Databases
Links
https://gitea.com/org/BugTester/teams/collabrotors/edit
Screenshots
The text was updated successfully, but these errors were encountered: