Files
Jonathan Miller a0c6332372
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
fix: flatten nested package directories from rename
The mokobackup→mokojoombackup rename created double-nested directories
(e.g. com_mokojoombackup/com_mokojoombackup/). Joomla installer could
not find files at the expected paths. Flattened all packages.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-06 15:11:07 -05:00

22 lines
658 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
* Task form: select which backup profile to run.
* This form appears in System > Scheduled Tasks when creating a
* "MokoJoomBackup: Run Backup Profile" task.
-->
<form>
<fieldset name="run_profile">
<field
name="profile_id"
type="sql"
label="PLG_TASK_MOKOJOOMBACKUP_FIELD_PROFILE"
description="PLG_TASK_MOKOJOOMBACKUP_FIELD_PROFILE_DESC"
query="SELECT id AS value, title AS text FROM #__mokojoombackup_profiles WHERE published = 1 ORDER BY ordering ASC"
default="1"
required="true"
>
<option value="">PLG_TASK_MOKOJOOMBACKUP_SELECT_PROFILE</option>
</field>
</fieldset>
</form>