Account created on 21 April 2008, almost 17 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States easp

I was using the sass bootstrap subtheme. It has bootstrap.min.js as version 4. Updated to 5 and all is well now.

Thanks for the reply.

πŸ‡ΊπŸ‡ΈUnited States easp

easp β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States easp

Comment #5 appears to have corrected the node edit error and now table form types display correctly.

πŸ‡ΊπŸ‡ΈUnited States easp

I applied patch #3 and it fixed my node edit error.

Now I am having problems with table form types:

$form['report_result_wrapper']['sales'] = [
'#type' => 'table',
'#header' => $header,
'#rows' => $rows,
'#empty' => t('Nothing found'),
'#attributes' => ['class' => ['report-results-table', 'sticky-header', 'table-condensed']],
'#sticky' => TRUE,
];

All header and rows display as empty.

Production build 0.71.5 2024