Koha doesn't handle export of biblios in MODS format. Test plan : Search for biblios in the OPAC Access a biblio Export to MODS(XML) Read the file : it only contains an error message It would be better to hide this option as long as MODS is not available.
As said in the title but not explained in the test plan, this only occurs when Koha is working on UNIMARC. So, the MODS option should still be displayed for MARC21.
Hi Adrien, have you seen OpacExportOptions? You can specify there which export options should be available for the user in the OPAC. If you create a syspref file for French if there isn't already one, you can change the default values to not include MODS. Would that work for you?
Created attachment 12375 [details] [review] proposed patch Indeed, thanks! I updated the file containing specific commands for the install in French.
Created attachment 12436 [details] [review] [SIGNED-OFF] Bug 8441: hides MODS export by default in French install Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
QA comment: trivial patch
Patch pushed to master. Will do something only on new setups in french. Easy to port to 3.8, even if very minor
Pushed to 3.8.x, will be in 3.8.6