From e76551bdd3af7d6b566d832409d4dfcaa0a00d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Tue, 25 Jan 2022 14:17:12 +0100 Subject: [PATCH 1/2] IBX-1476: Disable Select All checkbox when all the checkboxes in the table row are disabled --- .../views/themes/admin/matrix_fieldtype/field_types.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bundle/Resources/views/themes/admin/matrix_fieldtype/field_types.html.twig b/src/bundle/Resources/views/themes/admin/matrix_fieldtype/field_types.html.twig index 3e602c2..dde1062 100644 --- a/src/bundle/Resources/views/themes/admin/matrix_fieldtype/field_types.html.twig +++ b/src/bundle/Resources/views/themes/admin/matrix_fieldtype/field_types.html.twig @@ -48,6 +48,7 @@ {% embed '@ibexadesign/ui/component/table/table.html.twig' with { headline: 'field.columns'|trans|desc('Columns'), + class: 'ibexa-table--has-bulk-checkbox', head_cols: [ { has_checkbox: true }, { content: 'field.column.name'|trans|desc('Name') }, From 96adc52b004f14b93279aacb8e65de37872a8660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Wed, 26 Jan 2022 11:17:56 +0100 Subject: [PATCH 2/2] change from class bulk to checkbox bulk --- .../views/themes/admin/matrix_fieldtype/field_types.html.twig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bundle/Resources/views/themes/admin/matrix_fieldtype/field_types.html.twig b/src/bundle/Resources/views/themes/admin/matrix_fieldtype/field_types.html.twig index dde1062..3e602c2 100644 --- a/src/bundle/Resources/views/themes/admin/matrix_fieldtype/field_types.html.twig +++ b/src/bundle/Resources/views/themes/admin/matrix_fieldtype/field_types.html.twig @@ -48,7 +48,6 @@ {% embed '@ibexadesign/ui/component/table/table.html.twig' with { headline: 'field.columns'|trans|desc('Columns'), - class: 'ibexa-table--has-bulk-checkbox', head_cols: [ { has_checkbox: true }, { content: 'field.column.name'|trans|desc('Name') },