You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by pp...@apache.org on 2022/11/09 13:15:26 UTC

[atlas] branch master updated: ATLAS-4710 : (UI)Relationship Attribute Filter button keeps loading

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

ppawar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 953ce61db ATLAS-4710 : (UI)Relationship Attribute Filter button keeps loading
953ce61db is described below

commit 953ce61db16457334e65c6f82bd49accaa649a00
Author: Farhan Khan <fa...@freestoneinfotech.com>
AuthorDate: Wed Nov 9 13:36:34 2022 +0530

    ATLAS-4710 : (UI)Relationship Attribute Filter button keeps loading
    
    Signed-off-by: Prasad Pawar <pr...@freestoneinfotech.com>
---
 dashboardv2/public/js/views/search/RelationSearchLayoutView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dashboardv2/public/js/views/search/RelationSearchLayoutView.js b/dashboardv2/public/js/views/search/RelationSearchLayoutView.js
index 18d6b7694..d8483e4ce 100644
--- a/dashboardv2/public/js/views/search/RelationSearchLayoutView.js
+++ b/dashboardv2/public/js/views/search/RelationSearchLayoutView.js
@@ -65,7 +65,7 @@ define(['require',
              * @constructs
              */
             initialize: function(options) {
-                _.extend(this, _.pick(options, 'value', 'searchVent', 'typeHeaders', 'searchTableColumns', 'searchTableFilters', 'relationshipDefCollection', 'metricCollection', 'relationshipEventAgg'));
+                _.extend(this, _.pick(options, 'value', 'searchVent', 'typeHeaders', 'searchTableColumns', 'searchTableFilters', 'entityDefCollection', 'enumDefCollection', 'classificationDefCollection', 'businessMetadataDefCollection', 'relationshipDefCollection', 'metricCollection', 'relationshipEventAgg'));
                 if (!this.value) {
                     this.value = {};
                 }