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:
parent
6b461c0fde
commit
f3a3a45b9f
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user