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>

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to