-
Bug
-
Resolution: Fixed
-
Minor
-
git-4.0.0-beta3
Problem
When in the ui forms of "Advanced clone behaviours" and "Advanced sub-modules behaviours" the "Shallow clone depth" field is left empty, after saving and reopening the job configuration, the field has a value of 0. This value is also persisted in the job configuration.
Solution
A reference (Integer) instead of primitive (int) type has to be used to support an absent value.
- links to