Fix #15669 - remove useless url_encode

The url is escaped by the function so the params do not need to be escaped

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-12-30 18:16:40 +01:00
parent 6b461c0fde
commit f3a3a45b9f
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -100,7 +100,7 @@
{% if not tbl_is_view and not db_is_system_schema %}
<td class="edit text-center print_ignore">
<a class="change_column_anchor ajax" href="{{ url('/table/structure', url_params|merge({
'field': row['Field']|url_encode,
'field': row['Field'],
'change_column': 1
})) }}">
{{ titles['Change']|raw }}