SVN: CMF/branches/1.6/CMFCore/dtml/selectWorkflows.dtml Need to make sure our forms that now require POSTs actually use POST

Alec Mitchell <[email protected]> Tue, 17 Apr 2007 13:06:25 -0400 (EDT)
Newsgroups gmane.comp.web.zope.cmf.cvs
Message-ID <[email protected]>
Log message for revision 74202:
  Need to make sure our forms that now require POSTs actually use POST
  

Changed:
  U   CMF/branches/1.6/CMFCore/dtml/selectWorkflows.dtml

-=-
Modified: CMF/branches/1.6/CMFCore/dtml/selectWorkflows.dtml
===================================================================
--- CMF/branches/1.6/CMFCore/dtml/selectWorkflows.dtml	2007-04-17 15:17:21 UTC (rev 74201)
+++ CMF/branches/1.6/CMFCore/dtml/selectWorkflows.dtml	2007-04-17 17:06:25 UTC (rev 74202)
@@ -50,7 +50,7 @@
 Click the button below to update the security settings of all
 workflow-aware objects in this portal.
 
-<form action="updateRoleMappings" method="GET">
+<form action="updateRoleMappings" method="POST">
 <input type="submit" name="submit" value="Update security settings" />
 </form>
 </p>