Ignore:
Timestamp:
Apr 20, 2011 10:22:36 AM (13 years ago)
Author:
mylan
Message:

Updated submission form - fixed losing of 'bounty mission' field, update 'thank you page'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ploneorg.kudobounty/trunk/ploneorg/kudobounty/setuphandlers.py

    r3150 r3158  
    5757    # cleanup form and import data from the archive 
    5858    form.manage_delObjects(ids=form.objectIds()) 
    59     pfg_data = context.readDataFile("pfg_data.tar.gz") 
     59    pfg_data = context.readDataFile("submissions-form.tar.gz") 
    6060    ctx = TarballImportContext(form, pfg_data) 
    6161    IFilesystemImporter(form).import_(ctx, 'structure', True) 
Note: See TracChangeset for help on using the changeset viewer.