Commit 29aed26b authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Add more attributes which should be removed before calculating hash

parent 5971f960
...@@ -2342,7 +2342,8 @@ class TemplateTool (BaseTool): ...@@ -2342,7 +2342,8 @@ class TemplateTool (BaseTool):
attr_set = {'_dav_writelocks', '_filepath', '_owner', '_related_index', attr_set = {'_dav_writelocks', '_filepath', '_owner', '_related_index',
'last_id', 'uid', '_mt_index', '_count', '_tree', 'last_id', 'uid', '_mt_index', '_count', '_tree',
'__ac_local_roles__', '__ac_local_roles_group_id_dict__', '__ac_local_roles__', '__ac_local_roles_group_id_dict__',
'workflow_history',} 'workflow_history', 'subject_set_uid_dict', 'security_uid_dict',
'filter_dict'}
attr_set.update(('isIndexable',)) attr_set.update(('isIndexable',))
......
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