From bab497a0c12f81d171c49e9487fcfcda8615cfee Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 8 Aug 2017 16:42:43 -0400 Subject: [PATCH] Fixed activity stream for smart inventory --- awx/ui/client/src/inventories-hosts/inventories/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/main.js b/awx/ui/client/src/inventories-hosts/inventories/main.js index d2d6ea8ab4..b8f53cb3c3 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/main.js +++ b/awx/ui/client/src/inventories-hosts/inventories/main.js @@ -215,7 +215,8 @@ angular.module('inventory', [ }, data: { activityStream: true, - activityStreamTarget: 'inventory' + activityStreamTarget: 'inventory', + activityStreamId: 'smartinventory_id' }, resolve: { edit: {