map nonFastForwardDisallowed field from GitConfig and added ui

This commit is contained in:
Sebastian Sdorra
2019-01-29 10:26:11 +01:00
parent b231499cd0
commit c42028433f
4 changed files with 16 additions and 3 deletions

View File

@@ -15,6 +15,8 @@ public class GitConfigDto extends HalRepresentation {
private String gcExpression;
private boolean nonFastForwardDisallowed;
@Override
@SuppressWarnings("squid:S1185") // We want to have this method available in this package
protected HalRepresentation add(Links links) {