Bug 6649

Summary: Error when editing the help screens.
Product: Koha Reporter: Joy Nelson <1joynelson>
Component: Architecture, internals, and plumbingAssignee: Frédéric Demians <f.demians>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: PATCH-Sent (DO NOT USE) CC: chris, f.demians, katrin.fischer
Version: 3.4   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 5917, 6884    
Attachments: Proposed patch
Proposed patch
Proposed patch
[SIGNED-OFF] Bug 6649 Allow help screens editing

Description Joy Nelson 2011-07-29 21:15:25 UTC
Clicking on Edit Help results in an error message:

Cannot read file: '/home/koha/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/help/.tmpl'.

Replication:
Staff Interface, click on ? in upper right
Scroll to bottom of the screen in the popup
Click on Edit Help
Error appears at the top.
Comment 1 Owen Leonard 2011-08-08 18:26:12 UTC
I can reproduce this bug, but it's not a template error. edithelp.pl looks like it hasn't been updated to work with Template:Toolkit. Still lots of references to TMPL.
Comment 2 Frédéric Demians 2011-09-17 07:22:44 UTC Comment hidden (obsolete)
Comment 3 Frédéric Demians 2011-09-17 07:25:46 UTC Comment hidden (obsolete)
Comment 4 Frédéric Demians 2011-09-17 07:35:43 UTC Comment hidden (obsolete)
Comment 5 Katrin Fischer 2011-09-20 06:40:58 UTC
Created attachment 5472 [details] [review]
[SIGNED-OFF] Bug 6649 Allow help screens editing

edithelp.pl hadn't been updated to allow help screen editing.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>

Only a note: Apparently you need to be 'superlibrarian' permission
to edit help pages.
Comment 6 Chris Cormack 2011-09-25 22:27:50 UTC
Fix works well, pushed
Comment 7 Katrin Fischer 2011-10-07 06:02:04 UTC
Successfully tested on current master.