fix: Package manifest only includes system plugin — missing component and webservices plugin #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
source/pkg_mokosuitefield.xmlonly packages the system plugin:The component (
com_mokosuitefield) and webservices plugin (plg_webservices_mokosuitefield) are not included in the package manifest. Installing the package would install only the system plugin — no component, no API.Fix
<file type="component" id="com_mokosuitefield">com_mokosuitefield.zip</file><file type="plugin" id="plg_webservices_mokosuitefield" group="webservices">plg_webservices_mokosuitefield.zip</file>Branch created:
feature/31-fix-package-manifest-only-includes-syste