Commit e00778f1 authored by Ayush Tiwari's avatar Ayush Tiwari

DiffTool: Remove redundant properties while diffing objects

parent f7734b0c
...@@ -247,7 +247,7 @@ class PortalPatch: ...@@ -247,7 +247,7 @@ class PortalPatch:
'__ac_local_roles__', '__ac_local_roles_group_id_dict__', '__ac_local_roles__', '__ac_local_roles_group_id_dict__',
'workflow_history', 'subject_set_uid_dict', 'security_uid_dict', 'workflow_history', 'subject_set_uid_dict', 'security_uid_dict',
'filter_dict', '_max_uid', 'isIndexable', 'id', 'modification_date', 'filter_dict', '_max_uid', 'isIndexable', 'id', 'modification_date',
'data'} 'data', 'base_data'}
# Update the list of properties which were explicitly given in parameters # Update the list of properties which were explicitly given in parameters
if property_list: if property_list:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment