[Koha-bugs] [Bug 1985] Email notification of new OPAC comments

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 5 16:52:49 CET 2015


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

--- Comment #26 from Koha Team Lyon 3 <koha at univ-lyon3.fr> ---
Tested on a sandbox :
- go to OPAC to add a comment without filling the syspref
CommentModeratorsEmail : nothing is added in message_queue table : OK

- set syspref CommentModeratorsEmail with my email adress and set the syspref
staffClientBaseURL

- add a comment on OPAC

- try SELECT * FROM message_queue WHERE letter_code='COMMENT_CREATED';
I have a new record : OK

- reedit the comment on the OPAC

- try the SQL request : 2 records : Ok

- go to notices and slips : try to change the model

- go to the OPAC : add a new comment

- retry the SQL reequest : I have a new record with the change I made in the
model : OK

It works as it is described in the test plan but I have a remarks in the url to
manage the comments : in the model, it's :
http://<<staffClientBaseURL>>/cgi-bin/koha/review/reviewswaiting.pl?

but the right URL is

http://<<staffClientBaseURL>>/cgi-bin/koha/reviewS/reviewswaiting.pl?
(there's a S and the end of review)

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


More information about the Koha-bugs mailing list