Bug 38190 - JS error on suggestion page
Summary: JS error on suggestion page
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low major
Assignee: Jonathan Druart
QA Contact: Lucas Gass (lukeg)
URL:
Keywords:
: 38182 (view as bug list)
Depends on: 34608
Blocks: 38191
  Show dependency treegraph
 
Reported: 2024-10-17 09:11 UTC by Jonathan Druart
Modified: 2024-11-19 16:00 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
24.11.00
Circulation function:


Attachments
Bug 38190: Remove JS error on suggestion page (1.55 KB, patch)
2024-10-17 09:12 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 38190: Remove JS error on suggestion page (1.59 KB, patch)
2024-10-17 09:44 UTC, David Nind
Details | Diff | Splinter Review
Bug 38190: Remove JS error on suggestion page (1.65 KB, patch)
2024-10-17 18:23 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2024-10-17 09:11:02 UTC
Uncaught SyntaxError: redeclaration of const av_bsort1
Comment 1 Jonathan Druart 2024-10-17 09:12:30 UTC
Created attachment 172846 [details] [review]
Bug 38190: Remove JS error on suggestion page

This code could appear several time as we include it in modals

Test plan:
Go on http://localhost:8081/cgi-bin/koha/suggestion/suggestion.pl
Open the console
Notice that without this patch you see a JS error
  Uncaught SyntaxError: redeclaration of const av_bsort1
With this patch applied the error is gone.
Comment 2 David Nind 2024-10-17 09:44:33 UTC
Created attachment 172848 [details] [review]
Bug 38190: Remove JS error on suggestion page

This code could appear several time as we include it in modals

Test plan:
Go on http://localhost:8081/cgi-bin/koha/suggestion/suggestion.pl
Open the console
Notice that without this patch you see a JS error
  Uncaught SyntaxError: redeclaration of const av_bsort1
With this patch applied the error is gone.

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Owen Leonard 2024-10-17 11:16:33 UTC
*** Bug 38182 has been marked as a duplicate of this bug. ***
Comment 4 Lucas Gass (lukeg) 2024-10-17 18:23:51 UTC
Created attachment 172925 [details] [review]
Bug 38190: Remove JS error on suggestion page

This code could appear several time as we include it in modals

Test plan:
Go on http://localhost:8081/cgi-bin/koha/suggestion/suggestion.pl
Open the console
Notice that without this patch you see a JS error
  Uncaught SyntaxError: redeclaration of const av_bsort1
With this patch applied the error is gone.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 5 Katrin Fischer 2024-10-18 12:27:54 UTC
Pushed for 24.11!

Well done everyone, thank you!
Comment 6 Lucas Gass (lukeg) 2024-11-19 16:00:28 UTC
Missing 24.05.x deps