Changeset edce14 in indico


Ignore:
Timestamp:
01/29/11 13:05:57 (2 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
069bd0
Parents:
fced0f
Message:

[FIX] Keep field-specific data when cloning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/registration.py

    r97539e redce14  
    23422342        if data.has_key("inputObj"): 
    23432343            self._input.setValues(data["inputObj"].getValues()) 
     2344        else: 
     2345            self._input.setValues(data) 
    23442346        self.setMandatory(data.has_key("mandatory") and data["mandatory"]) 
    23452347        self.setBillable(data.has_key("billable") and data["billable"]) 
Note: See TracChangeset for help on using the changeset viewer.