https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18483 --- Comment #11 from Marc Véron <veron@veron.ch> --- (In reply to M. Tompsett from comment #10)
Comment on attachment 62892 [details] [review] Bug 18483 - Customised help: Enhance staff client with news based, easily editable help system
Review of attachment 62892 [details] [review]: -----------------------------------------------------------------
Thanks for testing and for your comments, I really appreciate! Yes, there seems to be a scoping issue with [% USE Koha %] in includes. If the parent of an include has [% USE Koha %], it is visible for the include. If the parent does not have [% USE Koha %], it is not visible for the include (even if a precedent sibling include has [% USE Koha %]). I had a similar problem with Bug 18472 (see there comments #2 and #12). BTW the patch is still work in progress. It is not yet ready for sign-off. -- You are receiving this mail because: You are watching all bug changes.