[koha-commits] main Koha release repository branch new/bug_8002 created. v3.08.00-4-g50f1db6

Git repo owner gitmaster at git.koha-community.org
Mon Apr 30 14:30:59 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_8002 has been created
        at  50f1db6c770df7bd70aebcbe8753443b02a6f8b2 (commit)

- Log -----------------------------------------------------------------
commit 50f1db6c770df7bd70aebcbe8753443b02a6f8b2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 24 11:20:42 2012 -0400

    Bug 8002 [SIGNED-OFF][REVISED] Can't add patron attribute type in newer installation
    
    Correcting patron_attributes_types definition in kohastructure.sql
    to allow NULL entries for category_code, matching the definition
    specified in updatedatabase.pl. Adds an entry to updatedatabase.pl
    to correct existing installations with the incorrect table structure.
    
    After running the updated updatedatabase.pl the category_code
    column in borrower_attribute_types should show that it allows
    NULL entries. Adding a new patron attribute type with no
    patron category specified should work correctly.
    
    To test the update to kohastructure.sql: Back up your Koha
    database, drop it, and recreate it. Load the staff interface
    and go through the web installer. After recreating the database
    enable ExtendedPatronAttributes and try adding a new patron
    attribute type with no patron category specified. The operation
    should be successful.
    
    signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    a new update for installations affected.
    
    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