https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17942
Alex Buckley <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #33 from Alex Buckley <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
