Files
MokoSuiteBackup/source/packages/com_mokosuitebackup/forms
Jonathan Miller 1e9c8d54f4
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 22s
fix: remove required attr from SFTP showon fields — blocks save when not SFTP
Joomla validates required fields server-side regardless of showon
visibility. SFTP fields with required="true" block saving when
remote_storage is set to None or S3/GDrive because the hidden
fields submit empty values. Validation should be done in
ProfileTable::check() conditionally instead.
2026-06-23 10:37:38 -05:00
..