do not filter out JTs with null credentials

This commit is contained in:
AlanCoding
2017-11-16 07:49:15 -05:00
parent d6b10b7f44
commit 127da5525c
3 changed files with 1 additions and 13 deletions

View File

@@ -381,8 +381,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplates.
value: {
page_size: '5',
order_by: 'name',
inventory__isnull: false,
credential__isnull: false
inventory__isnull: false
},
squash: false,
dynamic: true