summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/controllers.py
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-08-04 19:21:55 +0300
committermakkalot <makkalot@gmail.com>2008-08-04 19:21:55 +0300
commit571b5d1487ff3beb94708ab57496d2939da5848c (patch)
treed5845b200115dffcbbdf3e0f5aad62027df80234 /funcweb/funcweb/controllers.py
parent97a39198b878572577c27ad462271c525b6e708c (diff)
downloadfunc-571b5d1487ff3beb94708ab57496d2939da5848c.tar.gz
func-571b5d1487ff3beb94708ab57496d2939da5848c.tar.xz
func-571b5d1487ff3beb94708ab57496d2939da5848c.zip
use the copy trick :)
Diffstat (limited to 'funcweb/funcweb/controllers.py')
-rw-r--r--funcweb/funcweb/controllers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcweb/funcweb/controllers.py b/funcweb/funcweb/controllers.py
index ab34bab..7e700e7 100644
--- a/funcweb/funcweb/controllers.py
+++ b/funcweb/funcweb/controllers.py
@@ -497,7 +497,7 @@ class Funcweb(object):
del minion_api
#store the current group_name in cache variable
- self.group_name = group_name
+ self.group_name = copy_group_name
return dict(hosts = hosts,all_minions = all_minions,group_name = copy_group_name,submit_adress="/funcweb/filter_group_minions")
@expose(template="funcweb.templates.group_small")