http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985
--- Comment #26 from Koha Team Lyon 3 <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
