Closed (won't fix)
Project:
Station
Version:
5.x-1.x-dev
Component:
Schedule
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2007 at 15:03 UTC
Updated:
21 Feb 2012 at 23:01 UTC
As I am updating the schedule, I find it is a little difficult to remove programs in bulk. While a mass unschedule option would be handy in rare circumstances, it might be more practical to include a remove button in the schedule box. Another option might be to add a check box in each schedule box to allow mass change like what is possible with the /admin/content page.
Comments
Comment #1
drewish commentedyou guys do the new-term-new-schedule thing, eh? i guess check boxes might be a good solution.
Comment #2
drewish commentedbetter title?
Comment #3
mattrock commentedOur schedule changes almost on a weekly basis. We have 70 new trainees this semester, and they will start hitting the airwaves in about 6 weeks, and it may take until spring to schedule them all in. Then in spring, the entire schedule changes again!!
This actually leads me to another feature request which I do not wish to make official yet...
Again, not a request yet, but a future request, indeed. This is a feature which would work well with the host based podcast request.
Comment #4
drewish commentedyou've already got an issue for overrides: http://drupal.org/node/145260 ;)
Comment #5
mattrock commentedSorry about that. I thought I had that over at the Radio Group page. My bad.
Comment #6
drewish commentedi just wanted to note that I had to enter a new schedule and it was a pain. I committed some fixes to HEAD to make it easier to fill in a schedule, though that doesn't do much for removing items. you could always try
delete from station_schedule_itemwhich would clear the schedule...Comment #7
joachim commentedWhat about adding a 'Remove from all schedules' action with hook_node_operations?
Shame that we can't add a new type of filter to show only nodes that are in a particular schedule (AFAIK).
Comment #8
drewish commentedjoachim, Au contraire, check out the "Station Program: Schedule NID" argument handler which does exactly that. It's used in the new daily schedule view ;)
Would a "Remove from all schedules" that affected a program be best or just adding a "Clear schedule" button to the alter schedule form?
Comment #9
joachim commentedI meant adding a filter in the admin/content/node interface.
Comment #10
drewish commentedoh, gotcha, yeah it doesn't look like there's any way to add to what's returned by node_filters().
Comment #11
damienmckennaThe Drupal 5 versions are no longer supported, if someone would like to step up to co-maintain it then please do so, otherwise future work will only happen for D6 and D7. Thank you.