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:
parent
5efa32fe1c
commit
37ebf8781c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user