• Resolved markwill

    (@markwill)


    I had a rather urgent need to restore a single table from a backup. I was therefore surprised, for such a mature plugin, that there is no Select All/Deselect All options. Instead I have to go through a long list of tables. deselecting all but one.

    This seems such an obvious and simple thing to add to the restore dialog. Is there REALLY no way to quickly deselect all tables?

    Just to hammer home the point, this is tons of fun (just to restore a single table!): https://www.screencast.com/t/WRbIGuAmK

    I am hoping I am not asked to vote for this somewhere. SURELY the value in this, at what is a potentially time-critical use case, should be pretty obvious.

    • This topic was modified 2 years, 7 months ago by markwill.
    • This topic was modified 2 years, 7 months ago by markwill.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor bcrodua

    (@bcrodua)

    Hi,

    May I know if you have the latest version? I think it is only available on premium – https://gyazo.com/1c3ef59b91513e088c68e58084945789

    Thanks,
    Bryle

    Thread Starter markwill

    (@markwill)

    Thank you for the response. I do have premium. I’m not in front of my PC to check, but I’ll highlight that your screenshot is for backup, not restore. Do you see these options on the restore dialog?

    Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Hi Mark,

    Here’s a way to do it:

    1) Open your browser’s JavaScript console.

    2) Type this, press return:

    jQuery('.updraft_restore_tables_options').prop('checked', false);

    That will deselect them all. I’ll add a task to our tracker to bring something into the UI.

    David

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Select All / Deselect All tables for restore’ is closed to new replies.