codeine-cd / codeine

Codeine is a continuous deployment tool that makes product deployment faster and safer through automation and monitoring.
Apache License 2.0
28 stars 7 forks source link

list of parameter values for selection should not allow the same value twice #70

Open oshai opened 10 years ago

oshai commented 10 years ago

need to check also if there are other lists like this. It cause ng-repeat to fail. (for parameter its selection that fails)

oshai commented 10 years ago

for now I changed it to LinkedHashSet in CommandParameterInfo. need to validate it is a good solution / or should be handled at the gui also (in this case it was from the api)