Dear koha floks,
I found viewlog bugs. If you turn on [ExtendedPatronAttributes], then view Home
› Patrons › Modification log
Software error:
Undefined subroutine &main::GetBorrowerAttributes called at
/usr/share/koha/intranet/cgi-bin/tools/viewlog.pl line 82.
Bug fix
modify viewlog.pl
line 82
I think the natural next step is to just remove set_preference and
preference from C4::Context.
2015-06-10 11:17 GMT-03:00 Fridolin SOMERS :
> I noticed the use of Koha::Config::SysPrefs in C4::Context introduces
> circual dependences :(
> C4::Context > Koha::Config::SysPrefs > Koha::Database > C
I noticed the use of Koha::Config::SysPrefs in C4::Context introduces
circual dependences :(
C4::Context > Koha::Config::SysPrefs > Koha::Database > C4::Context
You confirme ?
Maybe we should create a new module C4::Config with all methods not
directly linked to the context.
Regards
Le 04/0
Hi,
On Wed, Jun 10, 2015 at 8:24 AM, Owen Leonard wrote:
> The last time I checked into it the answer is that you can't avoid the
> validation error. If I recall correctly, somewhere along the line the
> spec diverged from what others were implementing.
I can confirm that your understanding is c
> Error: Bad value unapi-server for attribute rel on element link: The string
> unapi-server is not a registered keyword.
The last time I checked into it the answer is that you can't avoid the
validation error. If I recall correctly, somewhere along the line the
spec diverged from what others were