Forum

Copy user screen co...
 
Notifications
Clear all

Copy user screen configuration

6 Posts
3 Users
0 Reactions
3,959 Views
(@francis2301)
Posts: 88
Active Member
Topic starter
 
[#2024]

Hi,
I'd like to know how can I copy user screen configurations from one user to another or define the standard columns for each screen (via projeqtor, configuration file or via database updates).
PS: I would like to modify projeqtor source code, so I wouldn't have to redo the work after a update.

An example of what I want is:
Let's say user "John Doe" project screen has the following columns (name and column size):
ID (5), project name(20), sponsor(15), status(10), progress(5), start date(15), end date(15), project manager(15)

I'd like to set up all user screen the same way (without having to enter in each user login and configure each screen manually).

The same example above would apply for other screens (issues, risks, meetings, requirements, etc.).

My question is related to the fact that I wanna rollout projeqtor to lots of users, but wanna supply a standard view, according to the fields that were are going to use.

Thanks in advance.
Kind regards.


 
Posted : 01 Oct 2014 15H50
VAUCHEY
(@protion)
Posts: 138
Active Member
 

There is one thing about it is that if you made a change to the source code, you will have to redo each update !!!!!!

http://www.projeqtor.org/index.php/fr/services-fr/evolutions-fr
-------------------------------------------------------------------------
Il y a une chose de sur, c'est que si tu fait une modification du code source, il te faudra la refaire a chaque mise a jour !!!!!!

http://www.projeqtor.org/index.php/fr/services-fr/evolutions-fr


http://www.vkv.iea45.fr/

 
Posted : 02 Oct 2014 10H50
(@francis2301)
Posts: 88
Active Member
Topic starter
 

ups... correcting my sentence in the first post

PS: I would NOT like to modify projeqtor source code, so I wouldn't have to redo the work after a update.

Sorry for my mistake 😳


 
Posted : 02 Oct 2014 15H40
(@babynus)
Posts: 14952
Member Admin
 

One way is to update code to change $layout to fit your need.
But this would have to be done on each upgrade.

Another way is to update data table "columnselector".
Delete all lines except for 1 user (the one with expected display). Lets call it USER1
For each other user (USERX), copy data of USER1 into new lines changing idUser to USERX.
You'll get wht you expect and it will be preserved on upgrade.
But this will not work for new users (they won't get expected display until you copy lines of "columnselector" for them.
This will also not prohib users from changing their own display afterwards.


 
Posted : 02 Oct 2014 16H14
(@francis2301)
Posts: 88
Active Member
Topic starter
 

Hi,
I just saw that there is the ticket ID 1407 (Copy profile : also copy habilitations).
By copying habilitations, is it included screen configurations? If not, would it be possible to give the user the option to also copy the screen configuration?
Kind regards.


 
Posted : 24 Oct 2014 15H13
(@babynus)
Posts: 14952
Member Admin
 

Yes, habilitation will include all screen access configuration, acces mode to data and scpécific access mode.


 
Posted : 28 Oct 2014 14H52
Share:

Scroll to Top