You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear all,
The import_from_csv() code contains the following lines :
# create new id until we get the same as old_id+offsetwhilecurr_id<csv_id+id_offset[self._tablename]:
self._db(self._db[self][colnames[cid]] ==curr_id).delete()
Inserted records can thus be removed several times before they reach their final id. If there is in the record any upload field, this will trigger delete_uploaded_files(), removing files when autodelete is set.
The text was updated successfully, but these errors were encountered:
magiraud
added a commit
to vidjil/vidjil
that referenced
this issue
Apr 9, 2015
Dear all,
The
import_from_csv()
code contains the following lines :Inserted records can thus be removed several times before they reach their final
id
. If there is in the record anyupload
field, this will triggerdelete_uploaded_files()
, removing files whenautodelete
is set.The text was updated successfully, but these errors were encountered: