Merge pull request #827 from hennevogel/feature-proposal_for_track
Feature: Add/change Track for Event
This commit is contained in:
commit
9fbd2e9618
5 changed files with 17 additions and 22 deletions
|
|
@ -190,6 +190,7 @@ class Event < ActiveRecord::Base
|
|||
commercials: self.commercials.any?,
|
||||
biography: !self.submitter.biography.blank?,
|
||||
subtitle: !self.subtitle.blank?,
|
||||
track: !self.track.blank?,
|
||||
difficulty_level: !self.difficulty_level.blank?,
|
||||
title: true,
|
||||
abstract: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue