Hi,
I have a strange problem.
I have a new instance of Joomla with Protostar template on.
Clean CF adn CC V4 installation.
Nice listing has been done, however the toolbar remove action won't remove the ticked data from the listing. It says that the data should be selected first.
I checked the console and it says:
SCRIPT5009: 'isChecked' is undefined
admin-form (187,77)
Any clue how to fix this?
Regards, Marcin
I have a strange problem.
I have a new instance of Joomla with Protostar template on.
Clean CF adn CC V4 installation.
Nice listing has been done, however the toolbar remove action won't remove the ticked data from the listing. It says that the data should be selected first.
I checked the console and it says:
SCRIPT5009: 'isChecked' is undefined
admin-form (187,77)
Any clue how to fix this?
Regards, Marcin
OK. Strage thing again.
On a work domain it did not work. It actually started working on a live domain 😲
On a work domain it did not work. It actually started working on a live domain 😲
Scratch that.
It worked for a second and stopped working again.
It worked for a second and stopped working again.
PM sent🙂
Hi Marcin,
Looks like this is a bug in CCv4 caused by a Joomla 3 code change (see here near the bottom of the page:
isChecked() has been removed. Use Joomla.isChecked() instead.
There are two fixes needed I think, both in the \administrator\components\com_chronoconnectivity\views\ folder
In custom_list.php at line 200, and in list_data.php at line 190
There's also an isChecked at line 80 of index.php in the same folder but that one has been updated.
Bob
Looks like this is a bug in CCv4 caused by a Joomla 3 code change (see here near the bottom of the page:
isChecked() has been removed. Use Joomla.isChecked() instead.
There are two fixes needed I think, both in the \administrator\components\com_chronoconnectivity\views\ folder
In custom_list.php at line 200, and in list_data.php at line 190
There's also an isChecked at line 80 of index.php in the same folder but that one has been updated.
Bob
Hi Bob
I changed the php files, howeer it's still the same😟
I changed the php files, howeer it's still the same😟
This topic is locked and no more replies can be posted.