[PR #5313] [MERGED] Fix create team, update team missing units (#5188) #17753

Closed
opened 2025-11-02 15:31:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5313
Author: @lunny
Created: 11/11/2018
Status: Merged
Merged: 11/11/2018
Merged by: @techknowlogick

Base: release/v1.6Head: lunny/fix_api_create_team2


📝 Commits (1)

  • 9f85be2 Fix create team, update team missing units (#5188)

📊 Changes

7 files changed (+128 additions, -2 deletions)

View changed files

📝 Gopkg.lock (+2 -2)
📝 models/org_team.go (+26 -0)
📝 models/unit.go (+17 -0)
📝 routers/api/v1/convert/convert.go (+1 -0)
📝 routers/api/v1/org/team.go (+27 -0)
📝 templates/swagger/v1_json.tmpl (+48 -0)
📝 vendor/code.gitea.io/sdk/gitea/org_team.go (+7 -0)

📄 Description

Backport from #5188


🔄 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/5313 **Author:** [@lunny](https://github.com/lunny) **Created:** 11/11/2018 **Status:** ✅ Merged **Merged:** 11/11/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `release/v1.6` ← **Head:** `lunny/fix_api_create_team2` --- ### 📝 Commits (1) - [`9f85be2`](https://github.com/go-gitea/gitea/commit/9f85be23c5e8a1ee9c1ad40dd9b5a86b7c14d66f) Fix create team, update team missing units (#5188) ### 📊 Changes **7 files changed** (+128 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+2 -2) 📝 `models/org_team.go` (+26 -0) 📝 `models/unit.go` (+17 -0) 📝 `routers/api/v1/convert/convert.go` (+1 -0) 📝 `routers/api/v1/org/team.go` (+27 -0) 📝 `templates/swagger/v1_json.tmpl` (+48 -0) 📝 `vendor/code.gitea.io/sdk/gitea/org_team.go` (+7 -0) </details> ### 📄 Description Backport from #5188 --- <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 15:31:00 -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#17753