• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

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.

Members online

No members online now.
Back
Top