]> git.koha-community.org Git - koha.git/commit
Bug 3831: Add a warning to about page when there is no FA framework
authorNick Clemens <nick@bywatersolutions.com>
Fri, 3 Mar 2023 20:41:21 +0000 (20:41 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 20 Mar 2023 16:45:59 +0000 (16:45 +0000)
commit3a5cb2d59c52bc8cde11fb7a61cfcdfbfd208768
treeea6de2bd85cadd3e399c4b5cf4ebd42316499967
parent87b1a931279c961b3112a189ee71f2fa0efa1aab
Bug 3831: Add a warning to about page when there is no FA framework

The feature is effectively disab;ed throughout Koha when this framework
is deleted. There do not appear to be any other side effects.

We should report this on the about page for informatinal purposes

To test:
1 - Apply patch
2 - Check about page, no change
3 - sudo koha-mysql kohadev
    UPDATE biblio_framework SET frameworkcode = 'FB' WHERE
    frameworkcode = 'FA'
4 - Refresh about page
5 - Note new warning
6 - sudo koha-mysql kohadev
    UPDATE biblio_framework SET frameworkcode = 'FA' WHERE
    frameworkcode = 'FB'
7 - Refresh about page
8 - No warning

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit a2fa4fcc03583ef3e6a6a299b4c0e0f3145ca32d)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
about.pl
koha-tmpl/intranet-tmpl/prog/en/modules/about.tt