fix(licensing): hide require-key option for Joomla update servers #567
Reference in New Issue
Block a user
Delete Branch "fix/hide-joomla-require-key"
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?
Summary
Hide the "Require license key for update feeds" checkbox when the platform is Joomla. Joomla's update system does not support license key authentication - this is a platform limitation.
Changes
templates/org/settings/update_streams.tmpl- wrap require_key checkbox with platform checktemplates/repo/settings/licensing.tmpl- same for repo-level settingsThe checkbox is hidden when platform is
joomla,both(Joomla+Dolibarr), or empty (defaults to Joomla). It remains visible for Dolibarr, WordPress, Composer, PrestaShop, and Drupal.