Fix consumer in page context of programming group

This commit is contained in:
Sebastian Serth
2023-09-12 18:48:59 +02:00
parent f37ba34389
commit 13bd68d760

View File

@ -59,7 +59,7 @@ class ProgrammingGroup < ApplicationRecord
{
id:,
type: self.class.name,
consumer: '',
consumer: nil, # A programming group is not associated with a consumer.
displayname:,
}
end