You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ni...@apache.org on 2021/07/27 09:19:08 UTC

[atlas] branch branch-2.0 updated (eac8ca2 -> 3626be1)

This is an automated email from the ASF dual-hosted git repository.

nixon pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.


    from eac8ca2  ATLAS-4364: Update Java Patch Id of ProcessNamePatch
     new 21dc7f5  ATLAS-4360:UI: Misalignment of placeholder text in labels, enum attributes and classification fields in Chrome, fixed
     new 32b8fe3  ATLAS-4359:UI: Misalignment in Searchweight tooltip text in business metadata,fixed
     new 3626be1  ATLAS-4356:#1 UI: Unusual behaviour after clicking back button on business metadata, fixed

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dashboardv2/public/css/scss/override.scss                     | 11 ++++++++++-
 .../BusinessMetadataAttributeItemView_tmpl.html               |  2 +-
 dashboardv3/public/css/scss/override.scss                     | 11 ++++++++++-
 .../BusinessMetadataAttributeItemView_tmpl.html               |  2 +-
 .../js/views/search/tree/BusinessMetadataTreeLayoutView.js    |  2 +-
 5 files changed, 23 insertions(+), 5 deletions(-)

[atlas] 01/03: ATLAS-4360:UI: Misalignment of placeholder text in labels, enum attributes and classification fields in Chrome, fixed

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nixon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 21dc7f5713e113ea811e6714e299911724289693
Author: prasad pawar <pr...@freestoneinfotech.com>
AuthorDate: Wed Jul 14 12:06:23 2021 +0530

    ATLAS-4360:UI: Misalignment of placeholder text in labels, enum attributes and classification fields in Chrome, fixed
    
    (cherry picked from commit e9c99739010b451638ad90773ca8d36e86fd2841)
---
 dashboardv2/public/css/scss/override.scss | 4 ++++
 dashboardv3/public/css/scss/override.scss | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/dashboardv2/public/css/scss/override.scss b/dashboardv2/public/css/scss/override.scss
index c51a23c..fbe42ee 100644
--- a/dashboardv2/public/css/scss/override.scss
+++ b/dashboardv2/public/css/scss/override.scss
@@ -566,4 +566,8 @@ div.columnmanager-dropdown-container {
 
 .tooltip-inner {
     max-width: 250px;
+}
+
+.select2-container--default .select2-search--inline .select2-search__field {
+    width: 100% !important;
 }
\ No newline at end of file
diff --git a/dashboardv3/public/css/scss/override.scss b/dashboardv3/public/css/scss/override.scss
index 280afd6..085d7e0 100644
--- a/dashboardv3/public/css/scss/override.scss
+++ b/dashboardv3/public/css/scss/override.scss
@@ -568,4 +568,8 @@ div.columnmanager-dropdown-container {
 
 .tooltip-inner {
     max-width: 250px;
+}
+
+.select2-container--default .select2-search--inline .select2-search__field {
+    width: 100% !important;
 }
\ No newline at end of file

[atlas] 02/03: ATLAS-4359:UI: Misalignment in Searchweight tooltip text in business metadata, fixed

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nixon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 32b8fe3cd5a3582d5a02bbb6a038ca2f60dbb7c6
Author: prasad pawar <pr...@freestoneinfotech.com>
AuthorDate: Wed Jul 14 18:17:07 2021 +0530

    ATLAS-4359:UI: Misalignment in Searchweight tooltip text in business metadata,fixed
    
    (cherry picked from commit 9a5c5c5a39bbc5167127e25bf243c8cf93d81971)
---
 dashboardv2/public/css/scss/override.scss                   | 13 +++++++++----
 .../BusinessMetadataAttributeItemView_tmpl.html             |  2 +-
 dashboardv3/public/css/scss/override.scss                   | 13 +++++++++----
 .../BusinessMetadataAttributeItemView_tmpl.html             |  2 +-
 4 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/dashboardv2/public/css/scss/override.scss b/dashboardv2/public/css/scss/override.scss
index fbe42ee..c24b0c6 100644
--- a/dashboardv2/public/css/scss/override.scss
+++ b/dashboardv2/public/css/scss/override.scss
@@ -564,10 +564,15 @@ div.columnmanager-dropdown-container {
     padding-top: 20px;
 }
 
-.tooltip-inner {
-    max-width: 250px;
-}
-
 .select2-container--default .select2-search--inline .select2-search__field {
     width: 100% !important;
+}
+
+.tooltip-inner>div {
+    max-width: 250px;
+    text-align: left;
+
+    ul {
+        list-style: disc;
+    }
 }
\ No newline at end of file
diff --git a/dashboardv2/public/js/templates/business_metadata/BusinessMetadataAttributeItemView_tmpl.html b/dashboardv2/public/js/templates/business_metadata/BusinessMetadataAttributeItemView_tmpl.html
index 55b4969..3d316f6 100644
--- a/dashboardv2/public/js/templates/business_metadata/BusinessMetadataAttributeItemView_tmpl.html
+++ b/dashboardv2/public/js/templates/business_metadata/BusinessMetadataAttributeItemView_tmpl.html
@@ -62,7 +62,7 @@
             </select>
         </div>
         <label class="control-label">
-            <i class="fa fa-question-circle help-btn" title="<span><i class='fa fa-arrow-up'></i> the search weight for the attribute,<i class='fa fa-arrow-up'></i> the entity in the topmost search results when searched for by that attribute</span><h6>Applicable Ranges</h6><ul style='padding:0px'><li>Quick search: <b>0 - 10</b></li><li>Suggestion: <b>8 - 10</b></li></ul>" data-html="true"></i>
+            <i class="fa fa-question-circle help-btn" title="<div><span><i class='fa fa-arrow-up'></i> the search weight for the attribute,<i class='fa fa-arrow-up'></i> the entity in the topmost search results when searched for by that attribute</span><h6><u>Applicable Ranges</u></h6><ul style='padding:0px'><li>Quick search: <b>0 - 10</b></li><li>Suggestion: <b>8 - 10</b></li></ul></div>" data-html="true"></i>
         </label>
     </div>
     <div class="form-group" data-id="multiValueSelect">
diff --git a/dashboardv3/public/css/scss/override.scss b/dashboardv3/public/css/scss/override.scss
index 085d7e0..c1841eb 100644
--- a/dashboardv3/public/css/scss/override.scss
+++ b/dashboardv3/public/css/scss/override.scss
@@ -566,10 +566,15 @@ div.columnmanager-dropdown-container {
     padding-top: 20px;
 }
 
-.tooltip-inner {
-    max-width: 250px;
-}
-
 .select2-container--default .select2-search--inline .select2-search__field {
     width: 100% !important;
+}
+
+.tooltip-inner>div {
+    max-width: 250px;
+    text-align: left;
+
+    ul {
+        list-style: disc;
+    }
 }
\ No newline at end of file
diff --git a/dashboardv3/public/js/templates/business_metadata/BusinessMetadataAttributeItemView_tmpl.html b/dashboardv3/public/js/templates/business_metadata/BusinessMetadataAttributeItemView_tmpl.html
index 55b4969..3d316f6 100644
--- a/dashboardv3/public/js/templates/business_metadata/BusinessMetadataAttributeItemView_tmpl.html
+++ b/dashboardv3/public/js/templates/business_metadata/BusinessMetadataAttributeItemView_tmpl.html
@@ -62,7 +62,7 @@
             </select>
         </div>
         <label class="control-label">
-            <i class="fa fa-question-circle help-btn" title="<span><i class='fa fa-arrow-up'></i> the search weight for the attribute,<i class='fa fa-arrow-up'></i> the entity in the topmost search results when searched for by that attribute</span><h6>Applicable Ranges</h6><ul style='padding:0px'><li>Quick search: <b>0 - 10</b></li><li>Suggestion: <b>8 - 10</b></li></ul>" data-html="true"></i>
+            <i class="fa fa-question-circle help-btn" title="<div><span><i class='fa fa-arrow-up'></i> the search weight for the attribute,<i class='fa fa-arrow-up'></i> the entity in the topmost search results when searched for by that attribute</span><h6><u>Applicable Ranges</u></h6><ul style='padding:0px'><li>Quick search: <b>0 - 10</b></li><li>Suggestion: <b>8 - 10</b></li></ul></div>" data-html="true"></i>
         </label>
     </div>
     <div class="form-group" data-id="multiValueSelect">

[atlas] 03/03: ATLAS-4356:#1 UI: Unusual behaviour after clicking back button on business metadata, fixed

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nixon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 3626be1a72083c5e2ce6fdee6e3135a03d774a06
Author: prasad pawar <pr...@freestoneinfotech.com>
AuthorDate: Thu Jul 22 12:48:00 2021 +0530

    ATLAS-4356:#1 UI: Unusual behaviour after clicking back button on business metadata, fixed
    
    Signed-off-by: nixonrodrigues <ni...@apache.org>
    (cherry picked from commit b667943ff5217e8dc328dbd7f41c2c89199a78dd)
---
 .../public/js/views/search/tree/BusinessMetadataTreeLayoutView.js       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dashboardv3/public/js/views/search/tree/BusinessMetadataTreeLayoutView.js b/dashboardv3/public/js/views/search/tree/BusinessMetadataTreeLayoutView.js
index f7a62fb..e93dd81 100644
--- a/dashboardv3/public/js/views/search/tree/BusinessMetadataTreeLayoutView.js
+++ b/dashboardv3/public/js/views/search/tree/BusinessMetadataTreeLayoutView.js
@@ -145,7 +145,7 @@ define([
         manualRender: function(options) {
             var that = this;
             _.extend(this, options);
-            if (Utils.getUrlState.isAdministratorTab() && this.guid) {
+            if (Utils.getUrlState.isBMDetailPage() && this.guid) {
                 this.ui.businessMetadataSearchTree.jstree(true).select_node(this.guid);
             } else {
                 this.ui.businessMetadataSearchTree.jstree(true).deselect_all();