0
Hi,

On the Contentstats logs list in administrator area, user can filter datas.
The button 'Reset' for the filter is not working.
I have a javascript error in the Console :
Uncaught TypeError: this.form.getElementById is not a function

How to fix this issue ?

Best regards.
Responses (2)
  • Accepted Answer

    Monday, December 21 2015, 11:43 AM - #Permalink
    0
    Hi again,

    File com_contentstats_1.8.1_3.x\admin\views\items\tmpl\default.php

    Line 50 : It seems that changing all

    this.form.getElementById


    By

    document.getElementById


    fixes the issue.

    Regards
    The reply is currently minimized Show
  • Accepted Answer

    Joan Vilà
    Joan Vilà
    Offline
    Monday, December 21 2015, 03:42 PM - #Permalink
    0
    Hello,

    Thank you for reporting the issue. Probably, this broke down with some Joomla update or something like that because it used to work fine.

    We will publish an update soon in order to get it fixed.

    Regards,
    Joan
    The reply is currently minimized Show
Your Reply