[Mpuls-commits] r2022 - wasko/branches/2.0/jmdweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Mar 19 08:33:06 CET 2010
Author: torsten
Date: 2010-03-19 08:33:05 +0100 (Fri, 19 Mar 2010)
New Revision: 2022
Modified:
wasko/branches/2.0/jmdweb/model/case.py
Log:
* jmdweb/model/case.py (Case.getStandin): Deleted. Is now defined in
mpulsweb
Modified: wasko/branches/2.0/jmdweb/model/case.py
===================================================================
--- wasko/branches/2.0/jmdweb/model/case.py 2010-03-19 07:32:20 UTC (rev 2021)
+++ wasko/branches/2.0/jmdweb/model/case.py 2010-03-19 07:33:05 UTC (rev 2022)
@@ -296,18 +296,6 @@
privacy_statement=signed,
**fields)
- def getStandin(self):
- """Returns the standin of the case"""
- if not self.standin is None:
- return self.standin
- try:
- self.standin = MpulsCaseStandin(self.id)
- return self.standin
- except:
- self.standin = None
- raise
- return None
-
def getEditor(self):
"""Returns the editor of the case"""
return UserObject(self.editor)
More information about the Mpuls-commits
mailing list