Notifications
Retirer tout
Ask questions
3
Posts
3
Utilisateurs
0
Reactions
2,335
Vu
Début du sujet
hello
i have installed 8.1.3. I have selected as starting screen "none". But the starting screen is "today".
under 8.0.x the starting screen was none
thanks
Norbert
Posté : 29 Juil PM 12:077
Hello,
You are right, this is an anomaly.
Ticket #4143 created.
Thx
Posté : 29 Juil PM 12:077
Issue is fixed and will be deployed on next patch.
For information, to fix the issue, just replace line 421 in view/main.php from
if (securityCheckDisplayMenu(null,$menuName) ) {
to
if (securityCheckDisplayMenu(null,$menuName) or $paramFirstPage=='welcome.php') {
Posté : 5 Août PM 12:088