https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29358

Lari Taskula <lari.task...@hypernova.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lari.task...@hypernova.fi

--- Comment #1 from Lari Taskula <lari.task...@hypernova.fi> ---
+1

We've also ran into this issue with shared lists
https://github.com/Koha-Community/Koha/blob/b2fdd8f745f77a52d00ffffdfea8dd60dc33f462/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt#L146

If we used a system preference to control these links, what would be the best
format? YAML? Example

OPACLinks (default):

---
xslt_MARC21slim2intranetDetail_opac_view:
"{{OPACBaseURL|raw}}/cgi-bin/koha/opac-detail.pl?biblionumber={{biblionumber}}"
virtualshelves_sendshelf:
"{{OPACBaseURL|raw}}/cgi-bin/koha/opac-detail.pl?biblionumber={{BIBLIO_RESULT.biblionumber|html}}"


OPACLinks (customized)

---
xslt_MARC21slim2intranetDetail_opac_view:
"https://another_frontend/record/{{biblionumber}}";
virtualshelves_sendshelf:
"https://another_frontend/record/{{BIBLIO_RESULT.biblionumber|html}}"

There are probably plenty of such locations so we have to identify those. Shall
we open a new Bug for each of them and consider this Bug omnibus?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to