Bug 38191 - Suggestions filters do not expand
Summary: Suggestions filters do not expand
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Jonathan Druart
QA Contact: Martin Renvoize (ashimema)
URL:
Keywords:
Depends on: 35402 38190
Blocks: 33484
  Show dependency treegraph
 
Reported: 2024-10-17 09:20 UTC by Jonathan Druart
Modified: 2024-11-20 17:47 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 38191: Restore collapse/expand of filters on the suggestions page (3.41 KB, patch)
2024-10-17 09:21 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 38191: Restore collapse/expand of filters on the suggestions page (3.46 KB, patch)
2024-10-17 09:54 UTC, David Nind
Details | Diff | Splinter Review
Bug 38191: Restore collapse/expand of filters on the suggestions page (3.52 KB, patch)
2024-10-25 12:22 UTC, Martin Renvoize (ashimema)
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:20:17 UTC
The collapse/expand has been broken by bug 35402
Comment 1 Jonathan Druart 2024-10-17 09:21:32 UTC
Created attachment 172847 [details] [review]
Bug 38191: Restore collapse/expand of filters on the suggestions page

Test plan:
Go to http://localhost:8081/cgi-bin/koha/suggestion/suggestion.pl
Confirm that you can expand the filters blocks on the left

Filter by:
 Bibliographic information
 Suggestion information
 Acquisition information
Comment 2 David Nind 2024-10-17 09:54:09 UTC
Created attachment 172849 [details] [review]
Bug 38191: Restore collapse/expand of filters on the suggestions page

Test plan:
Go to http://localhost:8081/cgi-bin/koha/suggestion/suggestion.pl
Confirm that you can expand the filters blocks on the left

Filter by:
 Bibliographic information
 Suggestion information
 Acquisition information

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Martin Renvoize (ashimema) 2024-10-25 12:22:40 UTC
Created attachment 173351 [details] [review]
Bug 38191: Restore collapse/expand of filters on the suggestions page

Test plan:
Go to http://localhost:8081/cgi-bin/koha/suggestion/suggestion.pl
Confirm that you can expand the filters blocks on the left

Filter by:
 Bibliographic information
 Suggestion information
 Acquisition information

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 4 Katrin Fischer 2024-10-25 13:39:04 UTC
Pushed for 24.11!

Well done everyone, thank you!