https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41651

--- Comment #1 from HKS3 Tadeusz SoĊ›nierz <[email protected]> ---
Created attachment 191567
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191567&action=edit
Bug 41651: Allow plugins do specify dependencies, abort installation if unmet

This approach uses a new $metadata key, to minimize the scope of changes
needed.
The downside of that is the fact that if the base plugin package requires
those dependencies in compile-time already, the code (and thus metadata itself)
will fail to load in an unhandled way.

plugins-upload.pl can't know for sure whether it's really the plugin being
installed
that doesn't have its dependencies met, which is a limitation to how it
currently works.

-- 
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/

Reply via email to