Allow template import to create groups (#65503)
This commit is contained in:
parent
a68269660e
commit
1535d9fd90
1 changed files with 3 additions and 0 deletions
|
@ -544,6 +544,9 @@ class Template(object):
|
||||||
'updateExisting': True,
|
'updateExisting': True,
|
||||||
'deleteMissing': True
|
'deleteMissing': True
|
||||||
},
|
},
|
||||||
|
'groups': {
|
||||||
|
'createMissing': True
|
||||||
|
},
|
||||||
'httptests': {
|
'httptests': {
|
||||||
'createMissing': True,
|
'createMissing': True,
|
||||||
'updateExisting': True,
|
'updateExisting': True,
|
||||||
|
|
Loading…
Reference in a new issue