possibly fixed issue table_archive_archive...archive
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.4.1-alpha.1+timestamp.2012.12.21.00.16.27
|
||||
Version 2.4.1-alpha.1+timestamp.2012.12.21.00.19.28
|
||||
|
||||
+1
-1
@@ -1397,7 +1397,7 @@ class Auth(object):
|
||||
"""
|
||||
tables = [table for table in tables]
|
||||
for table in tables:
|
||||
if 'modified_on' in table.fields():
|
||||
if 'modified_on' in table.fields() and not current_record in table.fields():
|
||||
table._enable_record_versioning(
|
||||
archive_db=archive_db,
|
||||
archive_name=archive_names,
|
||||
|
||||
Reference in New Issue
Block a user