Forum

[SOLVED] v9, displa...
 
Notifications
Retirer tout

[SOLVED] v9, display messages on first page

6 Posts
2 Utilisateurs
0 Reactions
2,002 Vu
(@yannobi)
Posts: 69
Estimable Member
Début du sujet
 
[#7146]

Hi, 

I upgraded to the new version. 

Messages doesn't appear anymore for every users.
I wanted to affect a message to a specific user but every time i want to select a user for a message, it asked me to connect again to rojeqtor (and i ses the login windows)

Have a nice new year's eve


 
Posté : 31/12/2020 5:42 pm
(@babynus)
Posts: 14952
Membre Admin
 

Hi,

Please post log file  for analysis.

Messages are not dedicated to users any more on V9, as they would be displayed on today screen which is not the first page any more (since many versions).
So we focused on messages on Login page (for everyone) and Legal Messages on bottom of page.
To send a message to single user, user alerts through admin screen.


 
Posté : 04/01/2021 4:50 pm
(@yannobi)
Posts: 69
Estimable Member
Début du sujet
 

Hi, 
Sade 🙁
I understand but :
- How do i send specific messages to a profil or a role  (team members , project managers) ?
- Why the area "Messages" is still displayed on the today's page ?
- And so, what are "messages" used for ?

Thank you


 
Posté : 04/01/2021 6:44 pm
(@babynus)
Posts: 14952
Membre Admin
 

- How do i send specific messages to a profil or a role  (team members , project managers) ?

There is no replacement for this feature on V9.0.
We just observed that messages on Today page were just never read.
So we'll think of enhancement for Legal Notice, that are displayed on bottom of page and "block" the screen to force reading
of extension of notification system.

- Why the area "Messages" is still displayed on the today's page ?

It's only visible with the "old interface"

- And so, what are "messages" used for ?

On V9 it is dedicated to information that appears on Login Screen


 
Posté : 04/01/2021 6:53 pm
(@babynus)
Posts: 14952
Membre Admin
 

I think I got a clue.
If using old interface, or up to V8.6.6, there is a fix that may help :
add 3 lines adfter line 310 in model/Security.php

          $check=Security::checkDisplayMenuForUser(substr($menuName,4),false);
          if (!$check and $menuName=='menuAffectable') $check=Security::checkDisplayMenuForUser('User',false);
          if (!$check and $menuName=='menuAffectable') $check=Security::checkDisplayMenuForUser('Resource',false);
          if (!$check and $menuName=='menuAffectable') $check=Security::checkDisplayMenuForUser('Contact',false);

Hope this helps


 
Posté : 04/01/2021 7:30 pm
(@yannobi)
Posts: 69
Estimable Member
Début du sujet
 

Ok with the 3 lines. It works and no more issue when i select a user(or a profil) for a message. 
But this "new" message from login page doesn't interest me anymore.

Happy new year to everyone !


 
Posté : 05/01/2021 11:00 am
Share:
Retour en haut