Closed (fixed)
Project:
Conference Organizing Distribution Support Modules
Version:
6.x-1.x-dev
Component:
cod_session
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 Jul 2011 at 22:29 UTC
Updated:
26 Jul 2011 at 03:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
coltraneComment #2
ezra-g commentedShould this patch include code for integrating the order from these exported views into the rendering of the schedule?
Comment #3
coltranecod_session.module has that integration code. cod_session_day_slots() and _cod_session_schedule_rooms() check for these Views and if they don't load the functions run their own queries.
Comment #4
ezra-g commentedThis patch no longer applies.
I'm going to do some testing on other pre-beta issues and look into re-rolling this afterwards.
Comment #5
ezra-g commentedHere's a re-roll that removes most unrelated changes and applies to the latest cod_support.
Comment #6
coltraneLooks good and installed correctly.
Comment #7
coltraneFound that cod_session_day_slots() wasn't using the View unless a Nodequeue was set (not by default) so modified it and the preprocess function to always use the time slot view.
Comment #8
ezra-g commentedI tested by altering the sort order of rooms in a simple schedule with 2 rooms and 2 sessions. This seems to work great - Thanks, coltrane!
http://drupalcode.org/project/cod_support.git/commit/d897b6e
Comment #9
ezra-g commented