https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855
--- Comment #72 from M. Tompsett <[email protected]> --- Forgive the interjection, but I have commentary on some of this. > 1/ I have tried the basic and advanced mode, the only difference I noticed > is that checkboxes do not appear on the next screen. > If it is the only difference, I do not see the point of that parameter. http://irc.koha-community.org/koha/2017-01-12#i_1893213 > 2/ Before your patch, the "Select all options" was a button. It was intended > and is the correct element to use Sorry for not catching that. > 3/ When all the default data are select, we get pages saying "there is > nothing to do because the data are already inserted". I think it would be > better to skip these screen and not to see them at all. Sometimes it is educational to see what you are skipping. Not to mention it is easier to code that way. ;) > 4/ The forms are not using the usual Koha style Granted. I think Owen's commentary covers that. And given the Owen's expertise, some good suggestions in that regard. > 5/ About the circulation rule, how did you pick the value to define? > For instance "Current on-site checkouts allowed" is not configurable and the > default value becomes "unlimited". I do not think it is the desirable > behavior. Is this a "keep it blank it still goes" problem? > 6/ I would suggest to add an option to skip the onboarding Should be an > option, we need a way to skip it http://irc.koha-community.org/koha/2017-01-12#i_1893279 This would give Advanced more meaning. But rather than keep expanding the scope of this bug, let's push that to another bug. > 7/ At the end of the installer, the button "finish" has been replaced with > "set koha version system preference". The wording sounds wrong. http://irc.koha-community.org/koha/2017-01-12#i_1893252 If you read the code, that is what actually seems to happen. > Maybe we need to have 2 choices at that point: > - Set up Koha with the onboarding tool > - Finish (and skip the onboarding tool) See back to the Basic/Advanced discussion. > 8/ Cardnumber: > From the template you use "minlength_cardnumber", but it's not pass from the > script (I may missed something). > The behavior of the validation is not correct, a cardnumber can be composed > with alpha chars. Oops. Sorry for missing that. -- 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/
