-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Link to blank page on issues of organization #8405
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
Comments
I can also confirm this issue |
To me the issue appears only when the organization is set to a private one. If I configure it as limited or public, all is OK. Guess, sometimes, gitea trusts no one. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
Is this still an issue? |
In my private environment, running 1.10.3 as a docker stack, the issue is still present. |
OK, I guess the question is if this has been fixed in 1.11. If it's in the 1.11 rc then we can close this as 1.11 should be released any time now... |
Closing as fixed, reopen if it is not and can be repeated on try.gitea.io |
[x]
):2019/10/06 23:46:17 .../xorm/session_get.go:99:nocacheGet() [I] [SQL] SELECT
id
,lower_name
,name
,full_name
,email
,keep_email_private
,passwd
,must_change_password
,login_type
,login_source
,login_name
,type
,location
,website
,rands
,salt
,language
,description
,created_unix
,updated_unix
,last_login_unix
,last_repo_visibility
,max_repo_creation
,is_active
,is_admin
,allow_git_hook
,allow_import_local
,allow_create_organization
,prohibit_login
,avatar
,avatar_email
,use_custom_avatar
,num_followers
,num_following
,num_stars
,num_repos
,num_teams
,num_members
,visibility
,diff_view_style
,theme
FROMuser
WHEREid
=? LIMIT 1 []interface {}{2}2019/10/06 23:46:17 .../xorm/session_raw.go:87:queryRow() [I] [SQL] SELECT count(*) FROM
notification
WHERE (user_id = ?) AND (status = ?) []interface {}{2, 0x1}Description
=> links to blank page
Please note:
Screenshots
The text was updated successfully, but these errors were encountered: