0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-06 14:58:32 +02:00

fix bug where group sort order is not updated correctly

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-08-21 20:03:01 -04:00
parent 5efa32fe1c
commit 37ebf8781c
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C

View File

@ -18,7 +18,7 @@ type MovedGroupItemForm struct {
IsGroup bool `json:"isGroup"`
ItemID int64 `json:"id"`
NewParent int64 `json:"newParent"`
NewPos int `json:"newPosition"`
NewPos int `json:"newPos"`
}
type CreateGroupTeamForm struct {
Permission string