https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30430
Fridolin Somers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #136760|0 |1 is obsolete| | --- Comment #21 from Fridolin Somers <[email protected]> --- Created attachment 136763 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136763&action=edit Bug 30430: (QA follow-up) Several fixes Several fixes : - Replace tab with spaces tag_210 : - Class 'value' and not 'valeur' - Loop on subfields must restrict to abcdg otherwise last() may not be correct (ie 214r and 214s) tag_214 : - Condition for coma after b should be same as after a : "position() != last()" tag_210 and tag_214 : - Space before ':' like in other fields - ':' before c or g does not exist in opac, removed from intranet file - Search links in intranet fixed (where composed with opac-search ^^) - Search links using 'str:encode-uri' like other places - Simplify title attribute with only 'Search for publisher' => Bad idea to use double quotes in a text tag_214_s and tag_214_r : - Loop on field+subfield otherwise last() may not be correct I've fixed intranet and copied to OPAC (only adapted search links) Signed-off-by: Fridolin Somers <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
