Use views relationships to go from node to schedule item, add is scheduled filter.
drewish - September 22, 2009 - 21:50
| Project: | Station |
| Version: | 6.x-2.x-dev |
| Component: | Schedule |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
I realized that for things to work sanely I need to require relationships from the {node} table to the {station_schedule_items} table. This means that if you want to see all the schedule items for a schedule you can do that or if you want to see all the times a program is scheduled you can do that. The only downside is that now you *have to* add a relationship to the view to get access to the schedule items.
I also added filters for schedule has programs and program is scheduled. I re-added the default views for scheduled/unscheduled as well.
| Attachment | Size |
|---|---|
| station_views_scheduling.patch | 15.49 KB |

#1
see #477712: View - Station Program: Scheduled filter no longer available in 6.x-2.x-dev