[Mpuls-commits] r3304 - base/trunk/mpulsweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Aug 2 16:27:36 CEST 2010
Author: torsten
Date: 2010-08-02 16:27:34 +0200 (Mon, 02 Aug 2010)
New Revision: 3304
Modified:
base/trunk/mpulsweb/model/case.py
Log:
Added TODO comment to make some improvements here.
Modified: base/trunk/mpulsweb/model/case.py
===================================================================
--- base/trunk/mpulsweb/model/case.py 2010-08-02 14:24:58 UTC (rev 3303)
+++ base/trunk/mpulsweb/model/case.py 2010-08-02 14:27:34 UTC (rev 3304)
@@ -836,6 +836,10 @@
db_name = getDbName()
filename = config.get('mpuls.app.tagging')
+ #TODO:
+ # 1. Use established db-connection
+ # 2. Do create (and parse config) a TagSetter every time.
+
tagconfig = TagSetterConfig(
filename,
username=db_user % (db_name, user.login),
More information about the Mpuls-commits
mailing list