fix bug creating inventory source schedules

This commit is contained in:
AlanCoding
2017-12-12 17:49:51 -05:00
parent 2c64a2ce63
commit 7243f871b4
2 changed files with 3 additions and 3 deletions

View File

@@ -425,7 +425,7 @@ class UnifiedJobTemplate(PolymorphicModel, CommonModelNameNotUnique, Notificatio
copy_m2m_relationships(self, unified_jt, fields)
return unified_jt
def _accept_or_ignore_job_kwargs(self, **kwargs):
def _accept_or_ignore_job_kwargs(self, _exclude_errors=None, **kwargs):
'''
Override in subclass if template accepts _any_ prompted params
'''