https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37431
--- Comment #2 from HKS3 Tadeusz Sośnierz <[email protected]> --- Not sure how to do that specifically either, but it feels like it should be possible since Koha "knows" which Plugin caused this particular Controller to be instantiated/called. Not sure if that is something that Koha keeps track of or has readily available. But afaik it is true that we have a one-to-many mapping between plugins and plugin controllers, so a controller always "belongs" to one particular plugin – so a $c->plugin or $c->app->plugin should be unambiguous. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
