[koha-commits] main Koha release repository branch new/bug_8256 created. v3.08.00-418-g19264af

Git repo owner gitmaster at git.koha-community.org
Tue Jul 10 12:00:50 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_8256 has been created
        at  19264af3f4cb75f8111b9d095efde6fd44038cb3 (commit)

- Log -----------------------------------------------------------------
commit 19264af3f4cb75f8111b9d095efde6fd44038cb3
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri Jun 15 14:43:03 2012 -0400

    Bug 8256: Teach webservice to select reports by name
    
    Adds the ability to pass a hash to C4::Reports::Guided::get_saved_report
    which specifies a name or id to select the report.
    
    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
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    - Adding, editing and deleting reports works
    - id parameter works
    - new name parameter works
    - public and non-public works
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list