Skip to content

Commit c276b32

Browse files
committed
Changed listPageTable update-columns endpoint
1 parent 3d51103 commit c276b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/views/macros.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
{% if data.layoutTableName|default(false) %}
305305
data-resizable="true"
306306
data-sortable="true"
307-
data-settings-endpoint="{{ path('admin_api_user_settings_table', {id: app.user.id, table: data.layoutTableName}) }}"
307+
data-update-columns-endpoint="{{ path('admin_api_user_update_columns', {table: data.layoutTableName}) }}"
308308
{% endif %}
309309
>
310310
<div class="datagrid-table-container datagrid-fixed-table-container datagrid-header-container js-datagrid-header-height js-datagrid-width">

0 commit comments

Comments
 (0)