Don't show order changes in emails
parent
d9f48b0753
commit
dde7bf12b9
|
@ -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>
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue