You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR would presumably
Fix#20522Fix#18773Fix#19069Fix#21077Fix#13622
-----
1. Check whether unit type is currently enabled
2. Check if it _will_ be enabled via opt
3. Allow modification as necessary
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Gitea Version
1.16.1
Git Version
No response
Operating System
No response
How are you running Gitea?
Using the Linux x64 binaries from the releases page.
Database
No response
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Description
When editing repos via the API, the value of
default_merge_style
is ignored.Querying the API with curl/jq before the change:
Trying to change the setting via the API:
This should have returned
"rebase"
.After changing the default merge style through the UI:
Screenshots
No response
The text was updated successfully, but these errors were encountered: