[SOLVED] Custom links breaking when 'Group by' options are applied in lists

chozma

Member
I have an interesting problem with how my list data links are displaying when I use the 'Group By' buttons. This relates specifically to elements where I have added a custom link and I think are DBJoins.

When the table is displaying normally (eg no 'Group By' options applied) the links are fine.

When I when I use a 'Group By' option these links start to behave strangely.

Attached are some screenshots to illustrate what I mean. The actual URL being produced by an element in the events column is:
Code:
http://app.lifestyleblock.co.nz/index.php/event/details/16/%3Ca%20data-loadmethod=

Not all the links on the list are fluffing up as you can see. It seems to be those links that are DBjoins. Here's an example of the custom link I have applied to the ones that are fluffing up.

Code:
/index.php/event/details/16/{app_event_animal___id}/

What do you think is going on?

Thanks,

Hannah
x
 

Attachments

  • List all looking good.PNG
    List all looking good.PNG
    46.4 KB · Views: 168
  • List links gone weird.PNG
    List links gone weird.PNG
    50.8 KB · Views: 163
Try with {app_event_animal___id_raw}, {app_event_animal___id} may be formatted including HTML (although I've no idea why it would work without grouping)
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top