fix: SFTP fields not showing when SFTP selected #95
Reference in New Issue
Block a user
Delete Branch "fix/sftp-showon"
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
SFTP fields were in a separate
<fieldset name="sftp">which renders as a different tab in Joomla's admin UI. Joomla'sshowonJavaScript only searches within the same rendered DOM container, so it couldn't find theremote_storagedropdown to toggle visibility.Fix: Moved all SFTP fields into the
remotefieldset (same fieldset as theremote_storagedropdown). Theshowon="remote_storage:sftp"attribute now works correctly.Test Plan