comparison doc/upgrading.txt @ 4643:09df6e4c6975

Minor improvement to old upgrading infos.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 12 Jul 2012 22:12:58 +0200
parents 4f9c3858b671
children 519a22c1858b
comparison
equal deleted inserted replaced
4642:d779c4ae55e5 4643:09df6e4c6975
294 294
295 295
296 Fixing the "retire" button in user management list 296 Fixing the "retire" button in user management list
297 -------------------------------------------------- 297 --------------------------------------------------
298 298
299 If you made the change to the "reture" link in the user management list as 299 Some previous versions of this upgrading document missed ``method="POST"``
300 listed below in `Migrating from 1.4.x to 1.4.7`_ then you'll need to fix that 300 in the change to the "retire" link in the user management list
301 change by adding ``method="POST"`` to the ``<form>`` tag:: 301 in section `Migrating from 1.4.x to 1.4.7`_.
302 302 Make sure the change is done as listed below in this document.
303 <form style="padding:0" method="POST"
304 tal:attributes="action string:user${user/id}">
305 <input type="hidden" name="@template" value="index">
306 <input type="hidden" name="@action" value="retire">
307 <input type="submit" value="retire" i18n:attributes="value">
308 </form>
309 303
310 304
311 Migrating from 1.4.x to 1.4.7 305 Migrating from 1.4.x to 1.4.7
312 ============================= 306 =============================
313 307

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