[Koha-bugs] [Bug 28454] Add Koha version number to database schema link in reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 26 14:51:10 CEST 2021


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 121429
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121429&action=edit
Bug 28454: Add Koha version number to database schema link in reports

This patch modifies the guided reports script, adding a verion check so
that a version string can be added to the database schema link if the
user is using a non-development version.

To test, apply the patch and go to reports -> Saved reports.

- In the left-hand sidebar menu you should see a "Koha database schema"
  link. Depending on which version you're using, it may or may not have
  a version string included, e.g. "http://schema.koha-community.org/20_05"
  - In master, there is no version string added because there is no
    schema available for development versions.
  - If you apply the patch on a previous version, e.g. 'origin/20.11.x'
    you will see a link directly to that schema page.

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


More information about the Koha-bugs mailing list