Update of /cvsroot/mailman/mailman/Mailman/Gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29917
Modified Files:
Tag: Release_2_1-maint
Topics.py
Log Message:
Fix: [ 1194419 ] Lose Topics when go directly to topics URL
Index: Topics.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Gui/Topics.py,v
retrieving revision 2.6.2.3
retrieving revision 2.6.2.4
diff -u -d -r2.6.2.3 -r2.6.2.4
--- Topics.py 27 Aug 2005 01:40:15 -0000 2.6.2.3
+++ Topics.py 14 Jan 2006 10:21:49 -0000 2.6.2.4
@@ -91,6 +91,9 @@
]
def handleForm(self, mlist, category, subcat, cgidata, doc):
+ # MAS: Did we come from the authentication page?
+ if not cgidata.has_key('topic_box_01'):
+ return
topics = []
# We start i at 1 and keep going until we no longer find items keyed
# with the marked tags.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org