[Mpuls-commits] r5993 - base/trunk/mpulsweb/model
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Mon Jun 25 13:36:27 CEST 2012
Author: bricks
Date: 2012-06-25 13:36:26 +0200 (Mon, 25 Jun 2012)
New Revision: 5993
Modified:
base/trunk/mpulsweb/model/case.py
Log:
Add missing _get_instance_factory method of MpulsCaseFactory
Modified: base/trunk/mpulsweb/model/case.py
===================================================================
--- base/trunk/mpulsweb/model/case.py 2012-06-21 12:58:37 UTC (rev 5992)
+++ base/trunk/mpulsweb/model/case.py 2012-06-25 11:36:26 UTC (rev 5993)
@@ -1355,7 +1355,10 @@
"""
pass
+ def _get_instance_factory(self):
+ return g.get_instance_factory()
+
class MpulsCaseOverview:
def __init__(self):
More information about the Mpuls-commits
mailing list