[Koha-bugs] [Bug 17855] New onboarding tool feature to guide users through setting up Koha, and minor web installer UI improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 17 18:07:16 CEST 2017


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

--- Comment #187 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Jonathan Druart from comment #176)
> - If I hit onboarding.pl or install.pl once the install is done, I login
> with DB user, click on "next" twice and end  on a "Koha web installer › Step
> 3" with a button "Back to Installation".
> Before this patch it was a "Continue to log in to Koha".
> This is wrong.

This was not only a wording issue, to recreate:
Go throw the install process, do not use the onboarding tool.
Hit /cgi-bin/koha/installer/install.pl, login.
You are redirected to
http://pro.kohadev.vm/cgi-bin/koha/installer/install.pl?step=3, then click
"update your database", then "Continue to log in to Koha"
But actually the current behaviour should be sufficient, do not worry about
that.

However there are several other things wrong (sorry to always find something
wrong...)
The errors are not correctly handled. For instance if the branchcode already
exists when you create a new library, you do not get the correct error.
I do not know how we could achieve that easily with 1 template per step. Indeed
we need to call get_template_and_user to know if the user is logged in, but we
pass the template file we need at that point.

I will think a bit more about that.

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


More information about the Koha-bugs mailing list