[Koha-bugs] [Bug 8256] Reports webservice should allow selection by name

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 15 20:43:16 CEST 2012


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

Jared Camins-Esakov <jcamins at cpbibliography.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
           Assignee|gmcharlt at gmail.com          |jcamins at cpbibliography.com

--- Comment #2 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Test plan:
1. Create a report (or choose an existing one), and mark it public
2. Run the report using the web service:
[IntranetBaseURL]/cgi-bin/koha/svc/report?id=whatever
3. Confirm you get the expected results
4. Run the report by name using the web service:
[IntranetBaseURL]/cgi-bin/koha/svc/report?name=[Report name] (keep spaces in
the name)
5. Confirm you get the same results
6. Run the report using the public web service:
[OPACBaseURL]/cgi-bin/koha/svc/report?id=whatever
7. Confirm you get the same results
8. Run the report by name using the public web service:
[OPACBaseURL]/cgi-bin/koha/svc/report?name=[Report name] (keep spaces in the
name)
9. Confirm you get the same results
10. Sign off

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


More information about the Koha-bugs mailing list