backdrop-contrib / backup_migrate

Port of the Drupal backup_migrate module to Backdrop
GNU General Public License v2.0
7 stars 14 forks source link

Exclusions don't save properly on settings profile pages #33

Closed jackaponte closed 6 years ago

jackaponte commented 6 years ago

When editing a settings profile (/admin/config/system/backup_migrate/settings/profile/edit) some iterations of selecting and deselecting tables to be excluded from backups don't work properly in backup_migrate-1.x-1.0.11; some selections and deselections aren't preserved upon saving the profile.

Here's what I've observed for the two exclusion fields on my Backdrop 1.8.0 site:

This seems related to this Drupal.org issue for backup_migrate in Drupal 7, reported fixed in the most recent module release, but the Backdrop behavior differs somewhat from what is described and what we've observed in D7.

quackers8me commented 6 years ago

@jackaponte I've had to add two patches from the drupal branch for this issue. Can you please checkout branch 'issue33' and test in your environment.

quackers8me commented 6 years ago

merged in patches