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.
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;
Thank you very much for the quick response.
Kind regards.