From 7ed62babe3d06ddd1f9be07f8836577a7207eae1 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Mon, 12 Jan 2015 08:29:27 -0800 Subject: [PATCH] [Browse] Simplify view switcher event ordering Don't pass a domainObject instance into mct-representation until a view for that specific domainObject is available; this avoids ordering issues where a new domainObject is passed briefly to controllers in represented views before a event is issued, which can result in undesired behavior for views that need to manage resources (such as the subscriptions used to support telemetry retrieved from the WARP Server, WTD-644. --- platform/commonUI/browse/res/templates/browse-object.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/commonUI/browse/res/templates/browse-object.html b/platform/commonUI/browse/res/templates/browse-object.html index ecd91b71c4..a65a6c6a3a 100644 --- a/platform/commonUI/browse/res/templates/browse-object.html +++ b/platform/commonUI/browse/res/templates/browse-object.html @@ -23,7 +23,7 @@
+ mct-object="representation.selected.key && domainObject">
\ No newline at end of file