https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24830
--- Comment #6 from AgustÃn Moyano <[email protected]> --- Created attachment 100665 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=100665&action=edit Bug 24830: Fix parse_prefetch recursion and +count cases When a child of a prefetched element wasn't found on element's prefetch_whitelist, no prefetch element was returned.. including element it self. Now we return element's name if no child was found. Also, embeded keys that ended with +count where taken literaly. Now we search the correct key by stripping _count of embedded element if it was declared as "is_count" -- 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/
