Changeset e02a1d in indico for indico/MaKaC/conference.py
- Timestamp:
- 12/02/11 10:16:22 (18 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- aaf5522
- Parents:
- 61a29f
- File:
-
- 1 edited
-
indico/MaKaC/conference.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/conference.py
r168125 re02a1d 4293 4293 if cont.isScheduled() : 4294 4294 sch.addEntry(nc.getSchEntry()) 4295 ContextManager.setdefault("clone.unique_id_map", {})[cont.getUniqueId()] = nc.getUniqueId() 4295 4296 elif cont.isScheduled(): 4296 4297 # meetings...only scheduled … … 4298 4299 conf.addContribution(nc) 4299 4300 sch.addEntry(nc.getSchEntry()) 4300 ContextManager.setdefault("clone.unique_id_map", {})[cont.getUniqueId()] = nc.getUniqueId()4301 ContextManager.setdefault("clone.unique_id_map", {})[cont.getUniqueId()] = nc.getUniqueId() 4301 4302 # Participants' module settings and list cloning 4302 4303 if options.get("participants",False) :
Note: See TracChangeset
for help on using the changeset viewer.
