Updated UI to handle object structure for list allowed values
This commit is contained in:
@@ -237,7 +237,7 @@ jQuery(function($) {
|
||||
templateName: function(){
|
||||
var n = "#paramTemplate";
|
||||
|
||||
if (this.allowableValues && this.allowableValues.length > 0) {
|
||||
if (this.allowableValues && this.allowableValues.valueType == "LIST") {
|
||||
n += "Select";
|
||||
} else {
|
||||
if (this.required) n += "Required";
|
||||
|
||||
Reference in New Issue
Block a user