Excluding epics_order from diffs

remotes/origin/issue/4795/notification_even_they_are_disabled
Alejandro Alonso 2016-09-13 15:19:30 +02:00
parent 0b6a31271e
commit 564cd43504
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ _values_impl_map = {}
# Not important fields for models (history entries with only
# this fields are marked as hidden).
_not_important_fields = {
"epics.epic": frozenset(["epics_order"]),
"userstories.userstory": frozenset(["backlog_order", "sprint_order", "kanban_order"]),
"tasks.task": frozenset(["us_order", "taskboard_order"]),
}