This seems odd. Please see screenshot.
Happens when the Delete operation is chosen for items selected on the Platforms page.
I checked two Platforms; chose Delete; Execute action resulted in four tasks added to task queue instead of expected two deletes.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Screen Shot 2016-02-17 at 22.39.03.png | 15.75 KB | daften |
| Platforms___aegir3_misfits-server_net.png | 206.83 KB | iainh |
Comments
Comment #2
iainh commentedSingle deletes from the list exhibit this erroneous behaviour too.
Single deletes from the Site's own page work just fine, with no additional Verify task queued.
Comment #3
daften commentedI can confirm this behaviour. Triggering a delete from the platform page, triggers a verify too.
After a delete, the platform is still in the UI too.
Comment #4
daften commentedI can also see wrong alias files are written for the deleted platform during the verify.
Comment #5
ergonlogicThis also affects site deletions via VBO. I don't see any reason to schedule an extra verify after these tasks, so I think we should just remove that behaviour.
Also related: #2238897: VBO "delete" action disregards "Require site to be disabled before deletion" setting
Comment #6
daften commentedLet's not mix two things. I am talking about platform deletes, as is the original poster I think. It could be that site deletes have the same behaviour, but I can't confirmed.
I do agree that deletes for the two are very similar, but I'm not sure both should be treated in this ticket.
Comment #7
ergonlogicThis is caused by VBO invoking hook_update(), which in turn creates the verify task.
Fixed in bb5f8aa25