Repository: incubator-atlas Updated Branches: refs/heads/feature-odf f5e0d528b -> 242b5585c
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). Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/edd4aa9a Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/edd4aa9a Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/edd4aa9a Branch: refs/heads/feature-odf Commit: edd4aa9ad8f4a27ece75fe0d110b6b740ccd2005 Parents: f5e0d52 Author: kevalbhatt <kbh...@apache.org> Authored: Wed Jun 7 11:30:16 2017 +0530 Committer: kevalbhatt <kbh...@apache.org> Committed: Wed Jun 7 11:39:48 2017 +0530 ---------------------------------------------------------------------- dashboardv2/public/js/views/entity/CreateEntityLayoutView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/edd4aa9a/dashboardv2/public/js/views/entity/CreateEntityLayoutView.js ---------------------------------------------------------------------- diff --git a/dashboardv2/public/js/views/entity/CreateEntityLayoutView.js b/dashboardv2/public/js/views/entity/CreateEntityLayoutView.js index d31a122..704062f 100644 --- a/dashboardv2/public/js/views/entity/CreateEntityLayoutView.js +++ b/dashboardv2/public/js/views/entity/CreateEntityLayoutView.js @@ -719,7 +719,7 @@ define(['require', return markup; }, data: select2Options, - minimumInputLength: 3 + minimumInputLength: 1 }); } $this.select2(select2Option);