[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 Bug 39534 depends on bug 39955, which changed state. Bug 39955 Summary: Report subgroup filter not cleared when changing tabs https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39955 What|Removed |Added Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 Wainui Witika-Park changed: What|Removed |Added CC||[email protected] ||et.nz Status|Pushed to oldstable |Needs documenting --- Comment #8 from Wainui Witika-Park --- Not backporting to 22.11.x as it wasn't backported to 24.05.x -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 Fridolin Somers changed: What|Removed |Added Status|Pushed to stable|Pushed to oldstable Version(s)|25.11.00,25.05.02 |25.11.00,25.05.02,24.11.08 released in|| CC||[email protected] ||m --- Comment #7 from Fridolin Somers --- Pushed to 24.11.x for 24.11.08 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 --- Comment #6 from Paul Derscheid --- Nice work everyone! Pushed to 25.05.x -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 Paul Derscheid changed: What|Removed |Added Version(s)|25.11.00|25.11.00,25.05.02 released in|| Status|Pushed to main |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 Lucas Gass (lukeg) changed: What|Removed |Added Keywords||release-notes-needed CC||[email protected] -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 --- Comment #5 from Lucas Gass (lukeg) --- Nice work everyone! Pushed to main for 25.11 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 Lucas Gass (lukeg) changed: What|Removed |Added Version(s)||25.11.00 released in|| Status|Passed QA |Pushed to main -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 Lisette Scheer changed: What|Removed |Added Attachment #182723|0 |1 is obsolete|| --- Comment #4 from Lisette Scheer --- Created attachment 183624 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183624&action=edit Bug 39534: Hide reports subgroup filter if there are no subgroups This patch updates the JavaScript which runs on the list of saved SQL reports, adding a check for report subgroups to the display of the report subgroups dropdown. The patch also hides the subgroups dropdown if there is no saved tab, in which case the tabsInit function doesn't run. To test you should have multiple reports organized in multiple groups and subgroups. See the test plan on Bug 39534. - Go to Reports -> Saved SQL reports. - If the page loads with the "All" tab active, there should be no subgroups dropdown. - If the page loads under a different tab, the subgroups dropdown should only show if that group has subgroups. - Switch between the various report group tabs to confirm that the subgroups dropdown is shown or hidden correctly based on the existence of subgroups. Sponsored-by: Athens County Public Libraries Signed-off-by: Anneli Österman Signed-off-by: Lisette Scheer -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 Lisette Scheer changed: What|Removed |Added CC||[email protected] ||m QA Contact|[email protected] |[email protected] |y.org |m -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 Lisette Scheer changed: What|Removed |Added Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 Anneli Österman changed: What|Removed |Added CC||anneli.osterman@koha-suomi. ||fi Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 PTFS Europe Sandboxes changed: What|Removed |Added Attachment #182698|0 |1 is obsolete|| --- Comment #3 from PTFS Europe Sandboxes --- Created attachment 182723 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182723&action=edit Bug 39534: Hide reports subgroup filter if there are no subgroups This patch updates the JavaScript which runs on the list of saved SQL reports, adding a check for report subgroups to the display of the report subgroups dropdown. The patch also hides the subgroups dropdown if there is no saved tab, in which case the tabsInit function doesn't run. To test you should have multiple reports organized in multiple groups and subgroups. See the test plan on Bug 39534. - Go to Reports -> Saved SQL reports. - If the page loads with the "All" tab active, there should be no subgroups dropdown. - If the page loads under a different tab, the subgroups dropdown should only show if that group has subgroups. - Switch between the various report group tabs to confirm that the subgroups dropdown is shown or hidden correctly based on the existence of subgroups. Sponsored-by: Athens County Public Libraries Signed-off-by: Anneli Österman -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 --- Comment #2 from Owen Leonard --- Created attachment 182698 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182698&action=edit Bug 39534: Hide reports subgroup filter if there are no subgroups This patch updates the JavaScript which runs on the list of saved SQL reports, adding a check for report subgroups to the display of the report subgroups dropdown. The patch also hides the subgroups dropdown if there is no saved tab, in which case the tabsInit function doesn't run. To test you should have multiple reports organized in multiple groups and subgroups. See the test plan on Bug 39534. - Go to Reports -> Saved SQL reports. - If the page loads with the "All" tab active, there should be no subgroups dropdown. - If the page loads under a different tab, the subgroups dropdown should only show if that group has subgroups. - Switch between the various report group tabs to confirm that the subgroups dropdown is shown or hidden correctly based on the existence of subgroups. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 Owen Leonard changed: What|Removed |Added Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 39534] Saved report subgroup filter not hidden correctly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39534 Owen Leonard changed: What|Removed |Added Depends on||39955 --- Comment #1 from Owen Leonard --- Bug 39534: Saved report subgroup filter not hidden correctly Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39955 [Bug 39955] Report subgroup filter not cleared when changing tabs -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
