add has_no_effect check to changes and replace undo button icon
This commit is contained in:
parent
1d479c4eba
commit
79220c39f9
4 changed files with 12 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue