Skip to content

Commit

Permalink
Fix EXCLUDED_FIELDS (we now use field 'full' name)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricmessiant committed Jul 24, 2015
1 parent efaab62 commit a3e627e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/CMFDiffTool/dexteritydiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"""

# TODO: provide an easier way to exclude fields.
EXCLUDED_FIELDS = ('modification_date', 'changeNote')
EXCLUDED_FIELDS = ('modification_date', 'IVersionable.changeNote')
"""Names of fields not to compare."""


Expand Down

0 comments on commit a3e627e

Please sign in to comment.