In the KohaTable Vue component we should add the noExport class to the actions columns to not export them.
Created attachment 154086 [details] [review] Bue 34447: Do not export "Actions" columns In the KohaTable Vue component we should add the noExport class to the actions columns to not export them. Test plan: Go to the ERM module, create at least one agreement. Go to the agreement list view and click "export" to export the table => Without this patch the "Actions" column was exported => With this patch is no longer there Sponsored-by: BULAC - http://www.bulac.fr/
Created attachment 154096 [details] [review] Bue 34447: Do not export "Actions" columns In the KohaTable Vue component we should add the noExport class to the actions columns to not export them. Test plan: Go to the ERM module, create at least one agreement. Go to the agreement list view and click "export" to export the table => Without this patch the "Actions" column was exported => With this patch is no longer there Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Sam Lau <samalau@gmail.com>
Created attachment 154102 [details] [review] Bue 34447: Do not export "Actions" columns In the KohaTable Vue component we should add the noExport class to the actions columns to not export them. Test plan: Go to the ERM module, create at least one agreement. Go to the agreement list view and click "export" to export the table => Without this patch the "Actions" column was exported => With this patch is no longer there Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Sam Lau <samalau@gmail.com> Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
> Created attachment 154102 [details] [review] [review] > Bue 34447: Do not export "Actions" columns ^ Hey y'all, please don't forget to run the 'qa' script...
Pushed to master for 23.11. Nice work everyone, thanks!
(In reply to Tomás Cohen Arazi from comment #4) > > Created attachment 154102 [details] [review] [review] [review] > > Bue 34447: Do not export "Actions" columns > ^ > > Hey y'all, please don't forget to run the 'qa' script... Fair point. Thanks Tomas.
Bue pushed to 23.05.x for 23.05.03 ;)
Nice work everyone! Pushed to 22.11.x for next release