Updates to schedule maker

This commit is contained in:
Godwin
2016-08-29 22:03:12 -07:00
parent d70795e72c
commit 4ee45f013b
8 changed files with 191 additions and 2617 deletions
+1 -1
View File
@@ -822,7 +822,7 @@ module ApplicationHelper
locations = []
if @this_conference.event_locations.present?
@this_conference.event_locations.each do | location |
locations << [ location.title, location.id ]
locations << [ location.title, location.id ] unless ((args[:invalid_locations] || []).include? location.id)
end
end
selectfield :event_location, value, locations, args