Commit 21b15842 by kevalbhatt

ATLAS-3770:- UI(Classic): Active and Deleted hyperlinks for certain entities…

ATLAS-3770:- UI(Classic): Active and Deleted hyperlinks for certain entities throwing error on click
parent cc185c13
...@@ -279,15 +279,15 @@ define([ ...@@ -279,15 +279,15 @@ define([
} }
var isinitialView = true, var isinitialView = true,
isTypeTagNotExists = false, isTypeTagNotExists = false,
tempParam = _.extend({}, paramObj); tempParam = $.extend(true, {}, paramObj);
that.renderViewIfNotExists(that.getHeaderOptions(Header)); that.renderViewIfNotExists(that.getHeaderOptions(Header));
that.renderViewIfNotExists({ that.renderViewIfNotExists({
view: App.rSideNav, view: App.rSideNav,
manualRender: function() { manualRender: function() {
this.view.currentView.RSearchLayoutView.currentView.manualRender(paramObj); this.view.currentView.RSearchLayoutView.currentView.manualRender(tempParam);
}, },
render: function() { render: function() {
return new SideNavLayoutView(_.extend({ 'value': paramObj }, options)); return new SideNavLayoutView(_.extend({ 'value': tempParam }, options));
} }
}); });
App.rSideNav.currentView.selectTab(); App.rSideNav.currentView.selectTab();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment