homeLinks[] and navLinks[] not working after update to 5.95

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
kerelov
Veteran Member
Posts: 42
Joined: 2020-04-17 21:20
Location: Bulgaria

homeLinks[] and navLinks[] not working after update to 5.95

Post by kerelov » 2021-04-22 07:17

On both apps that I have after the 5.95 update homeLinks[] and navLinks[] stopped working. It looks like those arrays are not parsed at all. I'm considering a jQuery implementation in the extras files to bring back my links.

kerelov
Veteran Member
Posts: 42
Joined: 2020-04-17 21:20
Location: Bulgaria

Re: homeLinks[] and navLinks[] not working after update to 5.95

Post by kerelov » 2021-04-22 08:04

This issue is also connected to group permissions like the filters issue with QueryWhere. When you give all groups permission to homeLinks and navLinks using

Code: Select all

'groups' => array('*'),
all links appear again.

Post Reply