Changeset 8510


Ignore:
Timestamp:
24 May 2012, 17:51:18 (12 years ago)
Author:
Henrik Bettermann
Message:

Since we can't copy or edit files with SFTP clients (all files are now owned by kofa) we have to upload pending files through the Kofa UI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py

    r8457 r8510  
    819819        try:
    820820            filename = uploadfile.filename
    821             if 'pending' in filename:
    822                 self.flash(_("You can't re-upload pending data files."))
    823                 return
     821            #if 'pending' in filename:
     822            #    self.flash(_("You can't re-upload pending data files."))
     823            #    return
    824824            if not filename.endswith('.csv'):
    825825                self.flash(_("Only csv files are allowed."))
Note: See TracChangeset for help on using the changeset viewer.