[Koha-bugs] [Bug 24958] Remember last selected tab in SQL reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 9 15:20:27 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24958

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #102463|0                           |1
        is obsolete|                            |

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 102618
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102618&action=edit
Bug 24958: Remember last selected tab in SQL reports

This patch modifies the saved reports page so that it remembers, for the
duration of the browser session, the last active tab.

To test you should have multiple reports in multiple report groups.
Apply the patch and go to Reports -> Saved reports.

 - Select a tab to filter the table of saved reports to a particular
   report group.
 - Navigate away from the page
 - Return to the save reports page. The tab you previously selected
   should be selected again.
 - Restart your browser and return to the saved reports page. The tab
   should no longer be preselected.

Update: The tabs filtering JavaScript has been moved to a separate
function so that the function can be triggered by both the "create"
event (when the tabs are initialized) and the "activate" event (when a
tab is selected).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list