[Koha-bugs] [Bug 26791] Build Mojolicious controller replacement for export.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 16 12:53:43 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26791

--- Comment #15 from David Cook <dcook at prosentient.com.au> ---
Next steps:

1. The code for exporting records from export.pl needs a massive rewrite in
order to work here, but I'm leaving that for last...

2. I also need to write unit tests, but at this point I'm just trying to get
something that obviously works and works well. I already want to refactor the
code I have but so far it's just about getting something working as close to
what we already have, which obviously isn't great.

3. Now I need to look more at C4::Templates::gettemplate, since it is expecting
a CGI object in the $query variable, and I don't have one. This is needed for
translations. I think that it's probably going to be far too difficult to try
to update it, and I'll end up creating a Koha::Template replacement.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list