[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 20:11:21 CEST 2012


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #59 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to comment #57)
> 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.

Doh! Fixed.

> 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.

Caused by a bug in master. Fixed.

> 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

I'm not getting this error. Please retest with the new followup. Either I fixed
it incidentally, or it's a different in configuration perhaps?

> 
> Other issues which still need to be addressed:
> 

I know I had fixed these, the followup must have gone awol!

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

Fixed

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

Fixed

> > - 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.

Fixed

> > - 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

Fixed

> Also: Any thoughts on the message queue issue?

Is there any good reason the process_message_queue cron can't be run every
minute? We need a "send it now" function, but we cannot until the email
configuration is pulled out of the cron script parameters and put into Koha
system preferences.

-- 
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