[Koha-bugs] [Bug 4461] Context-sensitive report a problem screen

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 2 15:34:36 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461

--- Comment #51 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Comment on attachment 99638
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99638
Bug 4461: Simplify recipients code

Review of attachment 99638:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=4461&attachment=99638)
-----------------------------------------------------------------

::: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reportproblem.tt
@@ +32,5 @@
> +                        [% IF recipient == 'admin' %]
> +                            Your problem report has been sent to the Koha administrator.
> +                        [% ELSE %]
> +                            Your problem report has been sent to the library.
> +                        [% END %]

Do we really need to get this specific in the OPAC?

I'd say we just need to say whether the email was successfully sent or not and
not worry so much whether it's KohaAdminEmail or Library Branch Email.. the end
user doesn't have a way to select who it goes to anyway.

If we remove this we could simplify the code a little

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


More information about the Koha-bugs mailing list