In order to use the API wrapper for datatables, we need to add the option to set columns settings to it.
Created attachment 103728 [details] [review] Bug 25287: Add columns_settings capabilities to API datatables wrapper This patch adds the code that is used for handling columns settings on datatables and allows passing the columns_settings information to the API-centric datatable. To test, you need bug 25288, which uses this features. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Created attachment 103827 [details] [review] Bug 25287: Add columns_settings capabilities to API datatables wrapper This patch adds the code that is used for handling columns settings on datatables and allows passing the columns_settings information to the API-centric datatable. To test, you need bug 25288, which uses this features. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Frédéric Demians <f.demians@tamil.fr> Works with bug 24561. Make working bug 25288
Created attachment 104436 [details] [review] Bug 25287: Add columns_settings capabilities to API datatables wrapper This patch adds the code that is used for handling columns settings on datatables and allows passing the columns_settings information to the API-centric datatable. To test, you need bug 25288, which uses this features. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Frédéric Demians <f.demians@tamil.fr> Works with bug 24561. Make working bug 25288
Rebased against the latest follow-up on the PQA bug 24561.
Created attachment 105919 [details] [review] Bug 25287: Make the strings from .js translatable
Created attachment 105921 [details] [review] Bug 25287: Add columns_settings capabilities to API datatables wrapper This patch adds the code that is used for handling columns settings on datatables and allows passing the columns_settings information to the API-centric datatable. To test, you need bug 25288, which uses this features. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Frédéric Demians <f.demians@tamil.fr> Works with bug 24561. Make working bug 25288 Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Created attachment 105922 [details] [review] Bug 25287: Make the strings from .js translatable Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 20.11, thanks to everybody involved!
Going to delay backporting this to 20.05.x until there is a resolution to bz25909