Changeset e1d308 in indico


Ignore:
Timestamp:
06/29/11 15:42:20 (23 months ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 4c7d4152dff271ba5df5a8606605969cab454080
Children:
776ca6
Parents:
91cb2e
git-author:
Alberto Resco Perez <alberto.resco.perez@…> (04/26/11 17:25:46)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (06/29/11 15:42:20)
Message:

[FIX] Detailed view in Timetable show everything

  • The sessions without contributions are shown now.
  • Closes task #739
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/js/indico/Timetable/Draw.js

    r64824a re1d308  
    15311531                 // sessions that are not poster sessions will be 
    15321532                 // 'converted' to contributions 
    1533                  if (entry.entryType == 'Session' && !entry.isPoster) { 
     1533                 if (entry.entryType == 'Session' && !entry.isPoster && keys(entry.entries).length > 0) { 
    15341534                     each(entry.entries, function(subentry, subkey) { 
    15351535                         result[subkey] = clone(subentry); 
Note: See TracChangeset for help on using the changeset viewer.