From ed061419a0dfcd03126d54bcab23ef456c61d4e2 Mon Sep 17 00:00:00 2001 From: elias Date: Thu, 4 Dec 2025 10:35:09 +0000 Subject: [PATCH] Bug 41373: Fixing share report to mana not working Test plan : - Ensure the language_loop option is undefined by not having translated languages (default on ktd test instance) - Clone the mana repo on your machine (from https://gitlab.com/koha-community/koha-mana) - Add the bin/mana utility to your path - run `mana up` to launch mana and create a docker network koha will connect to (see how to use the mana utility here : https://gitlab.com/koha-community/koha-mana/-/tree/main/compose?ref_type=heads) - run `ktd --mana --skip-validation up` to connect koha to mana (compatible with other options) - create a security token, that will automatically get validated because of the skip-validation option - Try to share a report to mana (you can check on the UI or the import from mana interface, as there is no visual feedback of if that worked) --- .../intranet-tmpl/prog/en/includes/mana/mana-share-report.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-share-report.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-share-report.inc index 9c1f939f226..e4c3d7af96d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-share-report.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-share-report.inc @@ -24,7 +24,6 @@
  • Notes:
  • [% IF (languages_loop) %]
  • - + -- 2.39.5