Closed YuKitsune closed 2 years ago
Another user (might be) experiencing this issue - I mention it because he is on 2022.1.2679.
Hi @Clare-Octopus, doesn't look like this issue is related. This was introduced as part of our work on branch protections, which hasn't been enabled publicly yet.
Release Note: Fixed an issue where project settings for git projects could not be modified when no OCL existed on the default branch.
:tada: The fix for this issue has been released in:
Release stream | Release |
---|---|
2022.4 | 2022.4.4709 |
2023.1+ | all releases |
Team
Severity
Discovered internally, non-blocking
Version
Introduced in
2022.4.4118
Latest Version
I could reproduce the problem in the latest build
What happened?
When converting a project to git, and committing the OCL initially do a non-default branch, the project details cannot be modified:
Reproduction
Initially commit to separate branch
option enabledError and Stacktrace
More Information
This seems to happen because we're trying to fetch the deployment settings from the default branch when we modify the project.
Workaround
Merging the changes from the initial commit branch into the default branch will resolve this.