We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d51103 commit c276b32Copy full SHA for c276b32
src/Resources/views/macros.html.twig
@@ -304,7 +304,7 @@
304
{% if data.layoutTableName|default(false) %}
305
data-resizable="true"
306
data-sortable="true"
307
- data-settings-endpoint="{{ path('admin_api_user_settings_table', {id: app.user.id, table: data.layoutTableName}) }}"
+ data-update-columns-endpoint="{{ path('admin_api_user_update_columns', {table: data.layoutTableName}) }}"
308
{% endif %}
309
>
310
<div class="datagrid-table-container datagrid-fixed-table-container datagrid-header-container js-datagrid-header-height js-datagrid-width">
0 commit comments