Fix consumer in page context of programming group
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user