[Koha-bugs] [Bug 17855] Updated Koha web installer and new onboarding tool feature to guide users through setting up Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 13 18:52:02 CET 2017


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

--- Comment #76 from M. Tompsett <mtompset at hotmail.com> ---
(In reply to Owen Leonard from comment #75)
> (In reply to M. Tompsett from comment #73)
> > There is system preference setting code run when that page is displayed.
> > This ties into the notion of advanced would let you skip onboarding
> > completely or particular steps.
> 
> I'm sorry, I don't understand this comment.

        <input type="hidden" name="step" value="3" />
        <input type="hidden" name="op" value="finish" />
"koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt"

    elsif ( $op && $op eq 'finish' ) {
        $installer->set_version_syspref();
...
        $template->param( "$op" => 1 );
    }
"installer/install.pl"

[% IF ( finish ) %]
    <h1>Congratulations, installation complete</h1>
    <p>If this page does not redirect in 5 seconds, click <a
href="/">here</a>.</p>
[% END %]
"koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt"

-- which reminds me. Can someone change this to 10, or the 10 in the meta to 5?

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


More information about the Koha-bugs mailing list