Merge pull request #2703 from kialam/fix-2552-org-jt-list-websocket

Fix Organizations TemplateList websockets

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2018-11-20 15:01:05 +00:00 committed by GitHub
commit 5f3024d395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,15 @@ const templatesListTemplate = require('~features/templates/templatesList.view.ht
export default {
url: "/:organization_id/job_templates",
name: 'organizations.job_templates',
data: {
activityStream: true,
activityStreamTarget: 'template',
socket: {
"groups": {
"jobs": ["status_changed"]
}
}
},
params: {
template_search: {
dynamic: true,