-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Fix error 500 on organization dashboard page #147
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
Fix error 500 on organization dashboard page #147
Conversation
I will send a PR to fix that. |
is this fixed the same as #149? |
It's not the same. |
This should be a bug of xorm. I will fix it and we should not change gitea's code. |
@lunny if you can change the behavior of |
Yes. I have. #150 changed like you said. |
Nice, you got my LGTM, just need one more to merge |
Yes. So you can close this PR. |
Changes from gitea:master
This pul request fix an error 500 on organization dashboard page. When an organization don't contains any repositories, the count SQL query return nothing.