How do I increment the number of entries in the Undo list?
I nedd to undo an action that appears in the second page, but apparently I need to undo all the later actions in order to make it work. Thanks. -- View this message in context: http://www.nabble.com/How-do-I-increment-the-number-of-entries-in-the-Undo-l... Sent from the Zope - General mailing list archive at Nabble.com.
I just found out it can be done in steps. rieh25 wrote:
I nedd to undo an action that appears in the second page, but apparently I need to undo all the later actions in order to make it work. Thanks.
-- View this message in context: http://www.nabble.com/How-do-I-increment-the-number-of-entries-in-the-Undo-l... Sent from the Zope - General mailing list archive at Nabble.com.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 rieh25 wrote:
I nedd to undo an action that appears in the second page, but apparently I need to undo all the later actions in order to make it work. Thanks.
For the record, you can hack the URL to give you a longer list of transactions, e.g.: http://localhost:8080/manage_undoForm?first_transaction:int=0&last_transacti... I think that having the 'onmouseover' stuff obscure that URL is completely bogus; moreover, that UI should provide a way to change the batchsize without hacking the URL. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG0Fj4+gerLs4ltQ4RAg4MAJ9BWCAxbTjD/fgPW/1kTpwCEVkGUgCgmYfH rDD9ms+Re+65zDJpDs+evRg= =B+Bj -----END PGP SIGNATURE-----
participants (2)
-
rieh25 -
Tres Seaver