[PR #839] [MERGED] Fix bug in removeOrgRepo #15602

Closed
opened 2025-11-02 11:50:24 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/839
Author: @ethantkoenig
Created: 2/4/2017
Status: Merged
Merged: 2/4/2017
Merged by: @andreynering

Base: masterHead: fix/remove_org_repo


📝 Commits (1)

📊 Changes

2 files changed (+22 additions, -2 deletions)

View changed files

📝 models/models.go (+2 -0)
📝 models/org.go (+20 -2)

📄 Description

removeOrgRepo(..) did not decrement the num_repos column of the teams that the removed repo belonged to.


🔄 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/839 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 2/4/2017 **Status:** ✅ Merged **Merged:** 2/4/2017 **Merged by:** [@andreynering](https://github.com/andreynering) **Base:** `master` ← **Head:** `fix/remove_org_repo` --- ### 📝 Commits (1) - [`f82ea42`](https://github.com/go-gitea/gitea/commit/f82ea42679eaa220ab39d1e4d70e2ed4cbaf0fa7) Fix bug in removeOrgRepo ### 📊 Changes **2 files changed** (+22 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/models.go` (+2 -0) 📝 `models/org.go` (+20 -2) </details> ### 📄 Description `removeOrgRepo(..)` did not decrement the `num_repos` column of the teams that the removed repo belonged to. --- <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:50:24 -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#15602