-
-
Couldn't load subscription status.
- Fork 6.2k
Fix omitempty bug #33663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix omitempty bug #33663
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this is correct now, for further info
Retrieved here
gitea/routers/web/repo/migrate.go
Line 314 in 3ee5ee2
| var translatableMessage admin_model.TranslatableMessage |
Stored here in database as string with wrong key
gitea/services/task/migrate.go
Line 130 in 3ee5ee2
| _ = t.UpdateCols(ctx, "message") |
* giteaofficial/main: Fix omitempty bug (go-gitea#33663) Upgrade golangci-lint to v1.64.5 (go-gitea#33654) Fix mCaptcha bug (go-gitea#33659) Update Go dependencies (skip blevesearch, meilisearch) (go-gitea#33655) Use test context in tests and new loop system in benchmarks (go-gitea#33648) Add missed changelogs (go-gitea#33649) [skip ci] Updated translations via Crowdin git graph: don't show detached commits (go-gitea#33645)
Fix go-gitea#33660 (cherry picked from commit a25081f)
Fix #33660