Bugzilla – Attachment 192140 Details for
Bug 41373
Report share with mana not working when language_loop is not true
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41373: Fixing share report to mana not working
Bug-41373-Fixing-share-report-to-mana-not-working.patch (text/plain), 2.50 KB, created by
elias.lorgnier@biblibre.com
on 2026-01-29 08:51:08 UTC
(
hide
)
Description:
Bug 41373: Fixing share report to mana not working
Filename:
MIME Type:
Creator:
elias.lorgnier@biblibre.com
Created:
2026-01-29 08:51:08 UTC
Size:
2.50 KB
patch
obsolete
>From ed061419a0dfcd03126d54bcab23ef456c61d4e2 Mon Sep 17 00:00:00 2001 >From: elias <elias.lorgnier@biblibre.com> >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 @@ > <li><span class="label">Notes: </span><div id="shared_notes"></div></li> > [% IF (languages_loop) %] > <li> >- <input type="hidden" name="op" value="cud-share" /> > <label for="mana_language">Language:</label> > <select id="mana_language" name="mana_language"> > [% FOREACH languages_loo IN languages_loop %] >@@ -87,6 +86,7 @@ > <!-- /.modal-body --> > <div class="modal-footer"> > <input type="hidden" id="reportid" name="reportid" /> >+ <input type="hidden" name="op" value="cud-share" /> > <button id="ManaShareButton" type="submit" class="btn btn-primary shared_infos">Share</button> > <button type="button" class="btn btn-default" id="ManaCloseButton" data-bs-dismiss="modal">Cancel</button> > </div> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41373
:
190149
|
192100
| 192140