mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
XML export fix tests. Add not nil room for scheduled events.
This commit is contained in:
parent
b1b8703753
commit
15076b11f1
2 changed files with 4 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ class Program < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def scheduled
|
||||
where.not(start_time: nil)
|
||||
where.not(start_time: nil).where.not(room: nil)
|
||||
end
|
||||
|
||||
def highlights
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue