[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
Thu Sep 6 14:40:50 CEST 2012


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

--- Comment #38 from Kyle M Hall <kyle at bywatersolutions.com> ---
> 1/ I still have the sql error on submitting form. It seems caused by the
> action_log constraint:
> DBD::mysql::st execute failed: Column 'user' cannot be null at
> /home/koha/C4/Log.pm line 79., referer:
> http://opac.koha.localhost/cgi-bin/koha/opac-memberentry.pl

Fixed. It was a minor semantic error in Log.pm. It would get a borrowernumber
from env if env was a hash, but wasn't bothering to check if there was actually
a borrowernumber stored in env!

> 2/ > > 
> I don't know if it is configurable (in the jquery plugin) but now it's not
> possible to select a year < 2002 with just one click :-/

Another good catch! I've fixed it so it displays the last 120 years. That
should far enough back for 99.999% of people.

> 3/ on opac-user.pl:
> "If you don't have a library card, stop by your local library to sign up or
> register here.. "
> There is 2 dots on the end of the line.

Fixed.

> 4/ Strange behaviour:
> modify your personnal details to replace a value with an other.
> Resubmit a change but replacing a value with an empty string.
> At intranet, you see an empty table (just with headers) in the 'changes'
> column.

Also fixed.

> 
> > These are not valid. I use 'use Modern::Perl' which enables both warnings
> > and strictures. The rest of the errors you saw should be fixed.
> Your first patch did not have any module use ;)

Did not realize that! Better late than never!

> 
> This patch does not allow a librarian to validate or reject a self
> registration isn't it ?

No it doesn't, that is meant to be 'interactive' where the patron comes in to
the library with whatever documentation is necessary for membership.

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