https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19966
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from Marcel de Rooy <[email protected]> --- I dont want to disappoint you but the whole discussion on bug 28883 will have a bearing on this one too. The point is that TT calls methods in list context. Which is what you dont want when chaining. So e.g. object.filterbyX.count does not even work when filter returns a list while in perl would return an iterator here. And specific to this bug, how would a 'power user' editing a notice know that difference? -- 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/
