Mandatory information about my setup:
Have I searched the tickets before posting? Yes
Have I searched the forum before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: (unknown)
PHP version: (unknown)
MySQL version: (unknown)
Matukio version: (5.1.3)
Direct link to the page that shows the issue: (unknown)
Description of my issue:
Hi,
I've a website with the integration between Matukio with Hotspots.
I tested the "Delete" of an event. It deletes the record from the table db_matukio but it doesn't delete the corresponding hotspot.
I used this two select for cleaning the database:
SELECT * FROM citybook_hotspots_mappings WHERE foreign_id not in (select id from citybook_matukio);
SELECT * FROM citybook_hotspots_marker WHERE id not in (select marker_id from citybook_hotspots_mappings);
Is it an available features? Is it a bug?
Thank you.
Guido