Merge pull request #4 from TheCheapestPixels/master

Added call to generate() when creating views
This commit is contained in:
kestred 2014-08-13 22:48:29 -07:00
commit 412bc8d92d
1 changed files with 1 additions and 0 deletions

View File

@ -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):
"""