Hello all,
As an Admin, I managed to personalize the information displayed in the Project section, like fields which should appear, their order and width.
How can I by default get the same personalization for all my users?
Thank you in advance for your reply.
Sincerely,
dem
Hi,
Do you mean customizing the List of the Projects ?
There is not easy way to dispath you changes to all users.
Users are able to change display as they wish.
You have to ways to act :
- programmatically : change the $_layout desription in the /model/Project.php file. This way, this layout will become default one.
- through database update : copy all lines with your user id to new lines with targer user ids (after deleting existing ones). This will copy your actual layout to all targer users...
Regards.
Hi!
I am going to try the first way, sound easier, specially if I will need to upgrade version of the tool
Thank you a lot.
Gday
Hello,
I found the layout description, but where can I find my admin configuration to copy/paste on the layout description.
Thank you,
Dem
Hi,
You cannot : in the programative way you have to "reproduce " default layout.