Skip to main content
Participant
October 23, 2009
Question

CF9 Scheduled Tasks Sort order changed; how to fix it?

  • October 23, 2009
  • 2 replies
  • 1020 views

I just notice in my CF9 administrator under "Scheduled Tasks", the tasks now display Alphabetically IN GROUPS BY FREQUENCY rather than the straight alpha by Task Name.  Is this a new "feature" of CF9 and how can I change it back to "normal" sort by Task Name?  We have lots of scheduled tasks and it's really more convenient to see them the old way.  I haven't found any obvious place where I can change the sort order.  Any help is appreciated.

    This topic has been closed for replies.

    2 replies

    BKBK
    Community Expert
    Community Expert
    November 7, 2009

    I see nothing wrong with the current system. A scheduler's functionality depends on time. I therefore think it is more intuitive to group tasks by their schedule, rather than alphabetically by name. In any case, within each schedule(once, weekly, monthly, and so on), the tasks are grouped alphabetically by name.

    Participant
    November 9, 2009

    BKBK,

    I guess we have a difference of opinion.  For me, it's easier to look through the 50-60 scheduled tasks alphabetically. That's how I've been doing it since CF4.  Just wonder why the CF team changed it.  However, if it works better for you this way then enjoy.

    BKBK
    Community Expert
    Community Expert
    November 9, 2009

    BKBK,

    I guess we have a difference of opinion.  For me, it's easier to look through the 50-60 scheduled tasks alphabetically. That's how I've been doing it since CF4.  Just wonder why the CF team changed it.  However, if it works better for you this way then enjoy.

    I actually don't have a preference one way or the other. I just wished to say I can see some motivation behind the new design.

    Inspiring
    October 31, 2009

    I just notice in my CF9 administrator under "Scheduled Tasks", the tasks now display Alphabetically IN GROUPS BY FREQUENCY rather than the straight alpha by Task Name.  Is this a new "feature" of CF9 and how can I change it back to "normal" sort by Task Name?  We have lots of scheduled tasks and it's really more convenient to see them the old way.  I haven't found any obvious place where I can change the sort order.  Any help is appreciated.

    You could experiment with changing /CFIDE/administrator/scheduler/scheduletasks.cfm to be the one CF8 uses instead.  I dunno if it would work, but it should.

    Or you could write your own CFAdmin extension to display them however you like.

    I don't know there's an "official" way to revert to the old view.

    I'm not sure why they bothered changing this.  I think they could have better spent said time on something else... like providing a proper API for managing the tasks, without needing to rely on using the service factory.

    --

    Adam

    Participant
    November 5, 2009

    Adam,

    Thanks for the reply.  I've decided to not worry about it right now but I may give your solution a try in the future. Thanks again.