From 57686aeeaffed74832c20a96a7eaf403ba8c90a1 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 22 Apr 2013 11:27:37 -0700 Subject: [PATCH] Affinity UI: Pass _custom to fix broken async poll --- ui/scripts/ui-custom/affinity.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/ui-custom/affinity.js b/ui/scripts/ui-custom/affinity.js index 6c237ed92eb..1f51b52ec59 100644 --- a/ui/scripts/ui-custom/affinity.js +++ b/ui/scripts/ui-custom/affinity.js @@ -103,6 +103,7 @@ response: { success: function(args) { complete({ + _custom: args._custom, $item: $instanceRow }); },