Commit edd4aa9a by kevalbhatt

ATLAS-1826 : UI Create Entity : Type doesn't list the inverseRef constrained…

ATLAS-1826 : UI Create Entity : Type doesn't list the inverseRef constrained attribute options when name length is less than 3 (qinglin,xia via kbhatt).
parent f5e0d528
...@@ -719,7 +719,7 @@ define(['require', ...@@ -719,7 +719,7 @@ define(['require',
return markup; return markup;
}, },
data: select2Options, data: select2Options,
minimumInputLength: 3 minimumInputLength: 1
}); });
} }
$this.select2(select2Option); $this.select2(select2Option);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment