https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834
Arthur Suzuki <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #89261|0 |1 is obsolete| | --- Comment #6 from Arthur Suzuki <[email protected]> --- Created attachment 89661 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89661&action=edit Bug 22834: Add Koha::Plugins::Base->bundle_path This patch adds a 'bundle_path' method that return the base path for assets included in the plugin. The idea is that it will be used for calculation of the absolute path in the filesystem for static content. To test: - Apply the unit tests patch - Run: $ kshell k$ prove t/db_dependent/Plugins.t => FAIL: The method is not implemented - Apply this patch - Run: k$ prove t/db_dependent/Plugins.t => SUCCESS: Tests pass! - Sign off :-D Signed-off-by: Arthur Suzuki <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
