Forum

Private Actions Upd...
 
Notifications
Retirer tout

Private Actions Update

3 Posts
2 Utilisateurs
0 Reactions
4,705 Vu
(@francis2301)
Posts: 88
Estimable Member
Début du sujet
 
[#3560]

Hi,
We've just updated projeqtor to version 5.4.3, and all actions of all projects were defined as "private". It's kinda mess because no one can see the entire action list of the project, since items were created by many users.

Is there an update command I can perform in my database to make all actions bacome NOT Private, and visible to all project members again?

If there is any other way rather than an update, it's all welcome.

Thank you very much.


 
Posté : 03/08/2016 4:33 pm
(@babynus)
Posts: 14952
Membre Admin
 

Hi,

Default value of isPrivate was set to 1, it should be set to 0.
This will be fixed in V5.4.4.

To set all actions to non private, execute SQL command (for instance in PphMyAdmin) :

UPDATE `action` set `isPrivate`=0;

 
Posté : 03/08/2016 4:47 pm
(@francis2301)
Posts: 88
Estimable Member
Début du sujet
 

Thank you very much for the quick response.
Kind regards.


 
Posté : 03/08/2016 10:09 pm
Share:
Retour en haut