Repository: incubator-atlas Updated Branches: refs/heads/0.8-incubating 96fb0e77a -> f1f3297b2
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/f1f3297b Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/f1f3297b Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/f1f3297b Branch: refs/heads/0.8-incubating Commit: f1f3297b235f12778662abeb86ca5366b03495a6 Parents: 96fb0e7 Author: kevalbhatt <[email protected]> Authored: Wed Jun 7 11:30:16 2017 +0530 Committer: kevalbhatt <[email protected]> Committed: Wed Jun 7 11:46:07 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/f1f3297b/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);
