The task queue is confusing, even for veteran users because tasks like "Verify" can be run on servers, sites, and nodes. Some of these can even have the same name, like the initial web server and the initial hostmaster site, which always have the same name.

To make it less confusing, let's add to the Task type title to specify what object the task is going to take action on.

Changes

  • Verify > Verify Server, Verify Site or Verify Platform
  • Migrate > Migrate Site or Migrate Sites (an action to take on platforms but it affects sites.)
  • Delete > Delete Server, Delete Platform, or Delete Site
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jon Pugh created an issue. See original summary.

  • Jon Pugh committed 0e18293 on 2823827-task-object-labels
    Issue #2823827: Be more specific in task titles for tasks that are the...
Jon Pugh’s picture

Jon Pugh’s picture

Issue summary: View changes
Jon Pugh’s picture

Jon Pugh’s picture

Issue tags: +devshop patches
helmo’s picture

FileSize
83.23 KB

Is it intentional that in the task queue block it still says 'verify: aegir.local.computer' ?
It would be good for consistency ... but it could get crowded in such a narrow block.

+1 to merge anyway.

Jon Pugh’s picture

Status: Needs review » Needs work

This is a result of the views field being output with the system name of the tasks, not the "title". CSS is used to capitalize it.

I think we'll have to use a views field handler to lookup the row's node type, then use that to output the right task data.

helmo’s picture

I'm missing the commit notification here ... but the patch from #3 is already in 99f919e7596e84536f0190fd8a6ff95a876fff9e

So what remains is the task queue view mentioned in #7. The screenshot in #2212149-41: Improve task queue AJAX refresh seems to have that already...

  • Jon Pugh committed 0e18293 on 7.x-3.x
    Issue #2823827: Be more specific in task titles for tasks that are the...
Jon Pugh’s picture

Status: Needs work » Fixed

Merged it in. I'm not seeing that commit, helmo!

helmo’s picture

thanks

Status: Fixed » Closed (fixed)

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