mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 01:38:36 -05:00
update app activity stream target to o_auth2_application
This commit is contained in:
@@ -62,7 +62,7 @@ function ApplicationsRun ($stateExtender, strings) {
|
||||
},
|
||||
data: {
|
||||
activityStream: true,
|
||||
activityStreamTarget: 'application'
|
||||
activityStreamTarget: 'o_auth2_application'
|
||||
},
|
||||
views: {
|
||||
'@': {
|
||||
@@ -110,7 +110,7 @@ function ApplicationsRun ($stateExtender, strings) {
|
||||
},
|
||||
data: {
|
||||
activityStream: true,
|
||||
activityStreamTarget: 'application'
|
||||
activityStreamTarget: 'o_auth2_application'
|
||||
},
|
||||
views: {
|
||||
'add@applications': {
|
||||
@@ -132,7 +132,7 @@ function ApplicationsRun ($stateExtender, strings) {
|
||||
},
|
||||
data: {
|
||||
activityStream: true,
|
||||
activityStreamTarget: 'application',
|
||||
activityStreamTarget: 'o_auth2_application',
|
||||
activityStreamId: 'application_id'
|
||||
},
|
||||
views: {
|
||||
@@ -262,8 +262,7 @@ function ApplicationsRun ($stateExtender, strings) {
|
||||
},
|
||||
data: {
|
||||
activityStream: true,
|
||||
// TODO: double-check activity stream works
|
||||
activityStreamTarget: 'application'
|
||||
activityStreamTarget: 'o_auth2_application'
|
||||
},
|
||||
views: {
|
||||
'userList@applications.edit': {
|
||||
|
||||
Reference in New Issue
Block a user