[Koha-bugs] [Bug 17942] Update style of the web installer with Bootstrap 3

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 17 04:00:17 CET 2017


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

Alex Buckley <alexbuckley at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexbuckley at catalyst.net.nz

--- Comment #33 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
I have tested bug 17855 (and obsoleted the old patches), bug 18039 and this bug
together. 

One thing I would like to suggest is that the IF statement check for the
existence of libraries, categories and item types in the onboardingstep1.tt,
onboardingstep2, and onboardingstep4.tt files is moved out of the head element
and back down each file to where it was originally written in bug 17855.

I am happy to do a commit of this.

The reason I am suggesting it is the redirection in the head element is not
immediate and so the user has the form to create a library, patron category,
item type displayed for a few seconds before they are redirected. This could be
rather confusing for new users. 

By having the library,category,itemtype check as part of a longer if statement
that had the elseif check of 'if add_validate_<library,category or itemtype>'
was true. Then the form would not be displayed whilst redirection was loading
the next appropriate form.

I am writing this to find out if there will be any objections to me making this
change

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


More information about the Koha-bugs mailing list