Repository: incubator-atlas Updated Branches: refs/heads/master f5e0d528b -> 8a4e137ac
ATLAS-1826 : UI Create Entity : Type doesn't list the inverseRef constrained attribute options when name length is less than 3. Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/8a4e137a Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/8a4e137a Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/8a4e137a Branch: refs/heads/master Commit: 8a4e137acb8e4ac6f195a7484c6b269995b92c95 Parents: f5e0d52 Author: kevalbhatt <[email protected]> Authored: Wed Jun 7 11:30:16 2017 +0530 Committer: kevalbhatt <[email protected]> Committed: Wed Jun 7 11:30:16 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/8a4e137a/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);
