[Koha-bugs] [Bug 12426] Allow resending of emails from the notices tab in the patron account

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 16 12:34:21 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12426

--- Comment #19 from Lari Taskula <larit at student.uef.fi> ---
Katrin,

As Jonathan mentioned, AJAX would work fine but (with current patch) the
following link 

    cgi-bin/koha/members/notices.pl?borrowernumber=1&resendnotice=4

would stay in your browser history. Let's imagine we clicked the link and the
message was resent perfectly fine and we want to forget about it. But since
it's in the browser history, a staff member can accidentally get back on this
page by using the address bar, without realizing that this will resend the
message once again.

And yes, I understand your concern - it is very problematic that it would be
blocked by the REST API since it's not there yet. So what would be the point to
use it for such a small feature?

But here we are very optimistic and excited about the REST API. I think it is a
great opportunity to keep pushing it forward by making features already
dependant on it. To use this nice feature you would need to use the REST API -
great way to encourage other people to check it out and learn about it :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list