- Posts: 3
- Thank you received: 0
Hi ,
I cant delete the sample grids I made, within the admin panel of my joomla 16 site.
In admin panel/components/Tools JX , I select the grid name with chekbox left and hit delete but an empty screen comes.
But they are still there.
I can only delete my test grid with phpMyAdmin
Please Log in or Create an account to join the conversation.
Hi,
Thanks for reporting this. The fix will be included in our future versions.
For now you can replace the line 324 in administrator/components/com_grid/models/grid.php
$this->_db->Execute($query);
$this->_db->query($query);
Please Log in or Create an account to join the conversation.