[Koha-bugs] [Bug 7067] allow patron self registration via the opac

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 10 19:04:51 CEST 2012


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #57 from Owen Leonard <oleonard at myacpl.org> ---
After the latest patch I find that if PatronSelfRegistration is ON and
OPACPatronDetails is OFF I can submit a new registration. The check for
OPACPatronDetails on the entry form disables the form.

Turning OPACPatronDetails ON, I find that submitting changes to an existing
patron record and approving them in the staff client results in NO changes to
the patron record.

Now when I submit a new patron registration it appears to work but the username
field isn't pre-filled in the login form. In the log I see errors:

- opac-memberentry.pl: Use of uninitialized value in pattern match (m//) at
/home/oleonard/kohaclone/C4/SQLHelper.pm line 418., referer:
http://localhost:88

- opac-memberentry.pl: DBD::mysql::st execute failed: Cannot add or update a
child row: a foreign key constraint fails (`koha`.`borrowers`, CONSTRAINT
`borrowers_ibfk_1` FOREIGN KEY (`categorycode`) REFERENCES `categories`
(`categorycode`)) at /home/oleonard/kohaclone/C4/SQLHelper.pm line 168.,
referer: http://localhost:88/cgi-bin/koha/opac-memberentry.pl


Other issues which still need to be addressed:

> - The table markup on members/members-update.pl is missing a </tr>,
>   causing validation errors.

> - I think the random-character verification field should be styled like 
>   other required fields

> - Since the datepicker widget doesn't make it easy to pick a date far in
>   the past (as are birthdays for some of us), I don't think the field 
>   should be read-only.

> - I see an error in the log when submitting the registration form in 
>   the OPAC: 
> 
> substr outside of string at
> /home/oleonard/kohaclone/opac/opac-memberentry.pl line 239

Also: Any thoughts on the message queue issue?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list