tracker issue : CF-3195173

select a category, or use search below
(searches all categories and all time range)
Title:

honor group attribute for cfschedule list/pauseall/resumeall actions

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 05/21/2012

Components: Scheduler

Versions: 10.0

Failure Type: Enhancement Request

Found In Build/Fixed In Build: Final / 283058

Priority/Frequency: Trivial / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Currently the group="" attribute is ignored for action="list", action="pauseall", and action="resumeall".

This lack of support causes confusion, when the intent is to list/pauseall/resumeall only within a specific group.

Jeff Coughlin should be credited for discovering the issue with pauseall/resumeall.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3195173

External Customer Info:
External Company:  
External Customer Name: itisdesign
External Customer Email:

Attachments:

Comments:

Related thread: http://prerelease.adobe.com/r/?87af6f0fb7e74138912c154ffd3be4dc Related thread: http://prerelease.adobe.com/r/?0fedeb6117264d30b6687e0dd6da2c7c
Comment by External U.
19320 | May 21, 2012 06:58:43 PM GMT
Requesting that this ticket please be considered only as: -------------------------------------------- Title: honor group attribute for cfschedule list action Description: Currently the group="" attribute is ignored for action="list". This lack of support causes confusion, when the intent is to list only within a specific group. -------------------------------------------- All references to pauseall and resumeall should not be considered under the scope of this ticket, as I was previously confused about those attributes. Thanks!, -Aaron
Comment by External U.
19321 | May 30, 2012 03:29:17 PM GMT
Basically, the following returns both tasks. This ER is for the following to only return 'taskA (b/c taskA is the only task in groupA)'. <cfschedule action="update" group="groupA" task="taskA" startdate="1/1/2012" starttime="12:00 AM" interval="once" url="http://a" /> <cfschedule action="update" group="groupB" task="taskB" startdate="1/1/2012" starttime="12:00 AM" interval="once" url="http://b" /> <cfschedule action="list" group="groupA" result="q" /> <cfdump var="#q#" />
Comment by External U.
19322 | May 30, 2012 03:39:15 PM GMT