• Fabrik V4.4.1 is now available.

    This version corrects the Admin issue introduced by V4.4. V4.4.1 is available through the Joomla Updater or for download through your My Downloads area of our website.

    Turns out a code change intended for our 5.0dev branch inadvertantly got pushed to the 4.x branch (by me, duh!). The javascript structure in 5.0 will change considerably and part of that change took effect with the inadvertant code change.

    We have reverted the code change and released 4.4.1. V4.4 has been retracted.

    Sorry for any inconvenience.

  • A new version of Full Calendar is now available.

    See the details here

Grouped list - icon not toggling

Status
Not open for further replies.

wezetel

Active Member
As the title says :)

upload_2023-4-16_10-24-25.png
 
It's working on my site.

Any JS errors?

Is the list ajaxfied? (It's working also with ajaxfied here, but there have always been issues with combinations of ajaxfied, group by, pagination, list element calculations etc.)
 
Hmm, no JS errors, not ajaxified.

If it is working for you, I need to do a deeper investigation..
 
J4 F4 sites, no J3F3 updates sites.
I see this problem on all my 3 (test-) sites. No wonder, I all update them the same time
Joomla 4.2.9.
Php 8.1 and 8.2

It doesn't make a difference, if I group the list already in list settings or if I just use the 'group by' action above the list.
One of my test sites is under test.'myusername'.de reachable. There is a test list..
 
Ah, you mean the icon doesn't change? (I thought it doesn't toggle at all).

Yup.
Change components\com_fabrik\layouts\list\fabrik-group-by-heading.php line 17

$imgProps = array('alt' => Text::_('COM_FABRIK_TOGGLE'), 'data-role' => 'toggle', 'data-expand-icon' => 'icon-arrow-down', 'data-collapse-icon' => 'icon-arrow-right');
 
Last edited:
Status
Not open for further replies.
Back
Top