• Holiday Schedule

    Your code gophers will be away for the next couple of weeks so support will be sporadic. We should be fully back online by the end of September.

  • A new version of Full Calendar is now available.

    See the details here

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.
Back
Top