Aegir 0.4 Alpha 6

Following a successful delete site task the site node remains displayed in aegir. The node is editable. If the user edits and saves the node aegir will execute a verify task on a non-existent site. Recommend that following a delete task aegir is redirected to the platform node.

Comments

Anonymous’s picture

Status: Active » Fixed

Fixed in this commit. Basically if the site is in a Deleted state, still save the node (perhaps to add a comment or something if we introduce such a feature) but don't spawn a verify task, as there is nothing to sync in the backend.

Note this also fixes the error you reported in comment 2 of #758682: Platform Lock not completely locked, we now don't spawn a verify task if the platform is not in an Enabled state.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 6b74503 on 6.x-2.x, 7.x-3.x, dev-ssl-ip-allocation-refactor, dev-sni, dev-helmo-3.x by mig5:
    don't spawn a verify task on hook_update if the site is not enabled or a...

  • Commit 6b74503 on 6.x-2.x, 7.x-3.x, dev-ssl-ip-allocation-refactor, dev-sni, dev-helmo-3.x by mig5:
    don't spawn a verify task on hook_update if the site is not enabled or a...