From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 1 Aug 2006 15:25:15 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20060801152515.9405.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: jparsons at sourceware.org 2006-08-01 15:25:15 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: typo fix Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.28&r2=1.29 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/08/01 15:20:05 1.28 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/08/01 15:25:15 1.29 @@ -1481,7 +1481,7 @@ flag = self.restrictedTraverse(objpath) flag.manage_addProperty(BATCH_ID,batch_id, "string") flag.manage_addProperty(TASKTYPE,RESOURCE_ADD, "string") - flag.manage_addProperty(FLAG_DESC,"Creating Resource \'" + request.form['resourcename'] + "\'", "string") + flag.manage_addProperty(FLAG_DESC,"Creating Resource \'" + request.form['resourceName'] + "\'", "string") response = req.RESPONSE response.redirect(req['HTTP_REFERER'] + "&busyfirst=true")