https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14322
--- Comment #7 from Brendan Lawlor <[email protected]> --- Thanks Pedro! Appreciate the feedback and helpful link about deep linking to datatables. I agree that it would be ideal if the shareable link also contains the state of the table. I look at including the datatable state as a secondary issue only because the shareable link button first has to get all the parameters from the search form. And the perl code has to know how it should process the parameters from the url. Since the forms vary from page to page I think the implementation on the first part will vary. Based on the link you shared I think parametrizing the state of a data table could be generalized to work on any data table and then added on the end of the shareable link. I started thinking one solution could be to use the url parameters to actually populate the form and then trigger a form submission. Then the parameters would be processed the same way they currently are, and it would make it easier for the user to modify the search too. -- 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/
