Merge pull request #4 from TheCheapestPixels/master
Added call to generate() when creating views
This commit is contained in:
commit
412bc8d92d
|
|
@ -426,6 +426,7 @@ class AstronInternalRepository(ConnectionRepository):
|
|||
do.doId = doId
|
||||
self.addDOToTables(do, location=(parentId, zoneId))
|
||||
do.sendGenerateWithRequired(self, parentId, zoneId, optionalFields)
|
||||
do.generate()
|
||||
|
||||
def requestDelete(self, do):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue