Skip to content

Commit

Permalink
Merge pull request #284 from bbokhonko-opentext/octane-dev-latest
Browse files Browse the repository at this point in the history
Defect #2165116: [CENTER]- Cannot create new pipelines -…
  • Loading branch information
nissimshitrit authored Aug 17, 2023
2 parents 425f167 + 3bd0e34 commit c789c90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class ActiveChoiceParameterProcessor extends AbstractParametersProcessor

@Override
public CIParameter createParameterConfig(ParameterDefinition pd) {
return ModelFactory.createParameterConfig(pd, CIParameterType.STRING);
return ModelFactory.createParameterConfig(pd, CIParameterType.STRING, "");
}

@Override
Expand Down

0 comments on commit c789c90

Please sign in to comment.