You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is one place, where still mootools is activated. As a result the component will hang whenever the buttons "Default file order" or "Translation order" are clicked. The solution should be simple.
Replace JHTML::_('behavior.mootools');
with JHTML::_('behavior.framework');
in file views/languages/tmpl/orderdefault.php and sorting will work again, especially no hanging will happen
The text was updated successfully, but these errors were encountered:
Hi and sorry for the laaate response...
I've created a new repository where all EasyCreator extension templates live now: https://github.com/EasyCreator/templates
Would you mind proposing those changes here, please?
there is one place, where still mootools is activated. As a result the component will hang whenever the buttons "Default file order" or "Translation order" are clicked. The solution should be simple.
Replace
JHTML::_('behavior.mootools');
with
JHTML::_('behavior.framework');
in file views/languages/tmpl/orderdefault.php and sorting will work again, especially no hanging will happen
The text was updated successfully, but these errors were encountered: