https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24027 --- Comment #28 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Andrew Nugged from comment #26)
but CORRECT solution (two options) I propose/see:
- complex but beautiful: create ajax pagination as it made on patrons page (for example)
- straight simple dumb but robust without any extra pref-parameters: unconditionally, without any "prefs", just NOT to generate items list on post-POST page, but add the link (or forward with delay) to full list+form page in non-POST mode (i.e. usual post-POST page "xxx items added" + link or forward)
Yes, that's definitely the way to go, but not trivial. Make sure you are aware of the latest moves from Tomas in this area (see bug 20212) before starting! -- You are receiving this mail because: You are watching all bug changes.