Don't show order changes in emails

remotes/origin/enhancement/email-actions
David Barragán Merino 2014-12-02 19:07:48 +01:00
parent d9f48b0753
commit dde7bf12b9
2 changed files with 10 additions and 2 deletions

View File

@ -2,7 +2,11 @@
"description", "description",
"description_html", "description_html",
"content", "content",
"content_html" "content_html",
"backlog_order",
"kanban_order",
"taskboard_order",
"us_order"
] %} ] %}
<dl> <dl>

View File

@ -2,7 +2,11 @@
"description_diff", "description_diff",
"description_html", "description_html",
"content_diff", "content_diff",
"content_html" "content_html",
"backlog_order",
"kanban_order",
"taskboard_order",
"us_order"
] %} ] %}
{% for field_name, values in changed_fields.items() %} {% for field_name, values in changed_fields.items() %}
{% if field_name not in excluded_fields %} {% if field_name not in excluded_fields %}