fix: remote destinations tab broken (cascade to dev) #209
Reference in New Issue
Block a user
Delete Branch "fix/remote-destinations-modal-dev"
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?
Cherry-picks the remote-destinations modal fix (#208, on
main) ontodev, which had fallen behind and was still missing it.Same fix as #208: the profile-editor Remote tab instantiated the Bootstrap modal eagerly at
DOMContentLoaded, which throws in Joomla 6 (Bootstrap is a deferred ES module) and aborted the whole handler — leaving the destinations table stuck at "Loading…" and the Add Destination button dead. Now resolved lazily viagetModal()at click-time, plus explicitbootstrap.modalasset load.Single file (
tmpl/profile/edit.php); no version files touched.