Merge branch 'QA_4_8'

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Maurício Meneghini Fauth 2018-05-10 20:11:33 -03:00
commit 1e33acf64e
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@
name="field_comments[{{ column_number }}]"
size="12"
maxlength="{{ max_length }}"
value="{{ value }}"
value="{{ value|raw }}"
class="textfield" />

View File

@ -54,7 +54,7 @@
{{- field_name|raw -}}
</span>
{%- endset %}
{% set comments = comments_map[row['Field']]|e %}
{% set comments = comments_map[row['Field']] %}
{% endif %}
{% if primary and primary.hasColumn(field_name) %}