Closed (fixed)
Project:
Station
Version:
6.x-2.x-dev
Component:
Schedule
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2010 at 15:31 UTC
Updated:
17 Jul 2010 at 20:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
tim.plunkettForgot to add the patch!
How's this look?
Comment #2
drewish commentedNot quite sure what to make of this:
Shouldn't $this->value determine the operator between $this->table_alias.nid and $id? Seems odd to be adding another comparison onto the end.
Comment #3
tim.plunkettI simply copied that from station/schedule/views/station_schedule_handler_filter_schedule_item.inc. 0 is considered to be empty, so I guess it makes sense? Idk.
Comment #4
drewish commentedoh man, we should fix both then ;)
Comment #5
tim.plunkettI think I fixed the one I wrote. See #844052: "Has programs" filter broken for more issues with the other one.
Comment #6
drewish commentedThanks, committed to HEAD.