[PR #147] [CLOSED] Fix error 500 on organization dashboard page #15182

Closed
opened 2025-11-02 11:40:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/147
Author: @thibaultmeyer
Created: 11/11/2016
Status: Closed

Base: masterHead: fix/err500-org-dashboard


📝 Commits (1)

  • b39c6b1 Fix error 500 on organization dashboard page

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 models/org.go (+1 -1)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/147 **Author:** [@thibaultmeyer](https://github.com/thibaultmeyer) **Created:** 11/11/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/err500-org-dashboard` --- ### 📝 Commits (1) - [`b39c6b1`](https://github.com/go-gitea/gitea/commit/b39c6b199f9bc023714a90675db609ccef3fe508) Fix error 500 on organization dashboard page ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/org.go` (+1 -1) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:40:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15182