Merge pull request #3564 from wenottingham/paranormal-activity-stream

Management jobs don't produce activity stream entries; don't try and show them

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-04-01 15:23:35 +00:00 committed by GitHub
commit c508dc7d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,7 @@ export default {
templateUrl: templateUrl('management-jobs/card/card'),
controller: 'managementJobsCardController',
data: {
activityStream: true,
activityStreamTarget: 'job'
activityStream: false,
},
ncyBreadcrumb: {
label: N_('MANAGEMENT JOBS')