You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by kb...@apache.org on 2017/06/07 06:11:35 UTC

incubator-atlas git commit: 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). [Forced Update!]

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 8a4e137ac -> edd4aa9ad (forced update)


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/master
Commit: edd4aa9ad8f4a27ece75fe0d110b6b740ccd2005
Parents: f5e0d52
Author: kevalbhatt <kb...@apache.org>
Authored: Wed Jun 7 11:30:16 2017 +0530
Committer: kevalbhatt <kb...@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);