Summary: | MARC editor with JS error when using fast add framework | ||
---|---|---|---|
Product: | Koha | Reporter: | Jan Kissig <bibliothek> |
Component: | Cataloging | Assignee: | Jan Kissig <bibliothek> |
Status: | CLOSED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | normal | ||
Priority: | P5 - low | CC: | esther.melander, lucas, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.11.00,23.05.02,22.11.08
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 35110 | ||
Attachments: |
Bug_34251 When using the fast add framework in addbiblio.pl there is thrown a JS error in selectTab( "#tab0XX_panel" );
Bug 34251: When using the fast add framework in addbiblio.pl there is thrown a JS error in selectTab( "#tab0XX_panel" ); Bug 34251: When using the fast add framework in addbiblio.pl there is thrown a JS error in selectTab( "#tab0XX_panel" ); |
Description
Jan Kissig
2023-07-11 12:46:07 UTC
Created attachment 153344 [details] [review] Bug_34251 When using the fast add framework in addbiblio.pl there is thrown a JS error in selectTab( "#tab0XX_panel" ); This is because no nav tabs are build in addbiblio.tt as BIG_LOOP has a length(size) of 1 To test: 1) go to More>Cataloging 2) click +New record 3) Click Settings> Fast add framework 4) take a look on console 5) try selecting a different framework now, will have no effect 6) apply patch and redo steps 1 to 5 7) there should be no error in console and a change in settings works a expected Created attachment 153349 [details] [review] Bug 34251: When using the fast add framework in addbiblio.pl there is thrown a JS error in selectTab( "#tab0XX_panel" ); This is because no nav tabs are build in addbiblio.tt as BIG_LOOP has a length(size) of 1 To test: 1) go to More>Cataloging 2) click +New record 3) Click Settings> Fast add framework 4) take a look on console 5) try selecting a different framework now, will have no effect 6) apply patch and redo steps 1 to 5 7) there should be no error in console and a change in settings works a expected Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 153516 [details] [review] Bug 34251: When using the fast add framework in addbiblio.pl there is thrown a JS error in selectTab( "#tab0XX_panel" ); This is because no nav tabs are build in addbiblio.tt as BIG_LOOP has a length(size) of 1 To test: 1) go to More>Cataloging 2) click +New record 3) Click Settings> Fast add framework 4) take a look on console 5) try selecting a different framework now, will have no effect 6) apply patch and redo steps 1 to 5 7) there should be no error in console and a change in settings works a expected Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 23.11. Nice work everyone, thanks! Thanks for all the hard work! Pushed to 23.05.x for the next release Nice work everyone! Pushed to oldstable for 22.11.x |