changeset 4643:09df6e4c6975

Minor improvement to old upgrading infos.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 12 Jul 2012 22:12:58 +0200
parents d779c4ae55e5
children 20e0e5ce217f
files doc/upgrading.txt
diffstat 1 files changed, 4 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/doc/upgrading.txt	Wed Dec 02 23:51:05 2009 +0000
+++ b/doc/upgrading.txt	Thu Jul 12 22:12:58 2012 +0200
@@ -296,16 +296,10 @@
 Fixing the "retire" button in user management list
 --------------------------------------------------
 
-If you made the change to the "reture" link in the user management list as
-listed below in `Migrating from 1.4.x to 1.4.7`_ then you'll need to fix that
-change by adding ``method="POST"`` to the ``<form>`` tag::
-
-     <form style="padding:0" method="POST"
-           tal:attributes="action string:user${user/id}">
-      <input type="hidden" name="@template" value="index">
-      <input type="hidden" name="@action" value="retire">
-      <input type="submit" value="retire" i18n:attributes="value">
-     </form>
+Some previous versions of this upgrading document missed ``method="POST"``
+in the change to the "retire" link in the user management list
+in section `Migrating from 1.4.x to 1.4.7`_.
+Make sure the change is done as listed below in this document.
 
 
 Migrating from 1.4.x to 1.4.7

Roundup Issue Tracker: http://roundup-tracker.org/