Can't delete record in list view, div template

Status
Not open for further replies.

Trembowiecki

Active Member
Hi, Fabrik 4.0 Zeta, Joomla 5. When I change list template to 'div', I can't delete record and in my browser console appears this error: 'Uncaught TypeError: Cannot read properties of undefined (reading 'submit')'.

When I switch to bootstrap template and click delete button, I get confirmation message and then record is deleted. In case of 'div' template no confirmation message pops, so maybe this is the cause - I don't have the possibility to confirm deletion.
 
Ah, yes.
In components\com_fabrik\layouts\fabrik-bootstrap-grid.php line 24 the logic is the wrong way round.
Please change it to
$id = isset($s->spanId) ? 'id="' . $s->spanId . '"' : '';
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top