https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3831
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #37252|0 |1 is obsolete| | Attachment #37326|0 |1 is obsolete| | --- Comment #13 from Nick Clemens <[email protected]> --- Created attachment 147741 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147741&action=edit 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 -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
