Cannot remove data from listing

marcinwolejko 09 Nov, 2015
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
marcinwolejko 09 Nov, 2015
OK. Strage thing again.
On a work domain it did not work. It actually started working on a live domain 😲
marcinwolejko 09 Nov, 2015
Scratch that.
It worked for a second and stopped working again.
GreyHead 09 Nov, 2015
Hi Marcin,

Please post a link to the form so I can take a quick look.

Bob
GreyHead 09 Nov, 2015
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
marcinwolejko 10 Nov, 2015
Hi Bob
I changed the php files, howeer it's still the same😟
GreyHead 10 Nov, 2015
Hi Marcin,

The listing is still showing onclick="isChecked(this.checked); and not onclick="Joomla.isChecked(this.checked);

Can you see any other places in the CC files that might need to be updated?

Note that the same problem also applies to checkAll()

Bob
This topic is locked and no more replies can be posted.