[CMF-checkins]
SVN: CMF/branches/1.6/CMFCore/dtml/selectWorkflows.dtml
Need to make sure our forms that now require POSTs actually use POST
Alec Mitchell
apm13 at columbia.edu
Tue Apr 17 13:06:25 EDT 2007
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>
More information about the CMF-checkins
mailing list