Bug 16297

Summary: Remove the use of "onclick" from OAI sets configuration template
Product: Koha Reporter: Owen Leonard <oleonard>
Component: System AdministrationAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle, testopia, veron
Version: Main   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/admin/oai_sets.pl?op=mod&id=X
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 16297 - Remove the use of "onclick" from OAI sets configuration template
Bug 16297 - Remove the use of "onclick" from OAI sets configuration template
[PASSED QA] Bug 16297 - Remove the use of "onclick" from OAI sets configuration template

Description Owen Leonard 2016-04-19 16:39:31 UTC
There are a couple of places where an "onclick" attribute is used in admin/oai_sets.tt. These should be rewritten so that JS functionality can be separate from the markup.
Comment 1 Owen Leonard 2016-04-19 16:45:40 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2016-04-21 14:06:09 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2016-04-25 09:48:03 UTC
Created attachment 50623 [details] [review]
[PASSED QA] Bug 16297 - Remove the use of "onclick" from OAI sets configuration template

In order to bring the OAI sets configuration template into compliance
with coding guideline JS9, this patch changes with way some JavaScript
events are handled by moving JS handling out of the HTML markup.

To test, apply the patch and go to Administration -> OAI sets
configuration.

- Create or edit a set.
- Test the "Add description" link. Clicking it should add a
  description textarea.
- Test the "Remove" link associated with multiple description lines.
  Click them should remove the corresponding textarea.
- Test that additions and removals are saved correctly.

Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Kyle M Hall (khall) 2016-04-29 15:32:46 UTC
Pushed to master for the 16.05 release. Thanks Owen!