add has_no_effect check to changes and replace undo button icon

This commit is contained in:
Laura Klünder 2017-06-25 16:12:57 +02:00
parent 1d479c4eba
commit 79220c39f9
4 changed files with 12 additions and 2 deletions

View file

@ -129,6 +129,7 @@ def group_changes(changeset, can_edit=False, show_history=False):
else:
change_data.update({
'apply_problem': change.check_apply_problem(),
'has_no_effect': change.check_has_no_effect(),
'can_restore': change.can_restore,
})
changes.append(change_data)