From 26074aea0debc36605b90b3d9cd21c386152b916 Mon Sep 17 00:00:00 2001 From: Sebastian Hoffmann Date: Thu, 14 Aug 2014 04:16:34 +0200 Subject: [PATCH] Added call to generate() when creating views. WARNING! Quick hack, barely tested. --- direct/src/distributed/AstronInternalRepository.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/distributed/AstronInternalRepository.py b/direct/src/distributed/AstronInternalRepository.py index 17aed1f881..ce562a703d 100644 --- a/direct/src/distributed/AstronInternalRepository.py +++ b/direct/src/distributed/AstronInternalRepository.py @@ -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): """