Hi,
Is it possible to change the Grant matrix of New Profiles created through User Interface or through the code?
If it is possible by modifying the code, please specify the files for doing the same.
Regards,
Aditi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the current version of iTop there is no user interface to edit/modify the profiles.
You can either go directly in the database (not recommended) or adapt the installation code to create your own profiles. The code is located in the module 'itop-profiles-itil'. There is just one file 'module.itop-profiles-itil.php' that handles the creation (and update) of the profiles during the installation of iTop.
Hope this helps,
- Denis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the reply.
There are only 6 actions defined currently in iTop (Read,Modify,Delete,Bulk read ,bulk modify, bulk delete). If i want to add an action then how is it possible?. Since my organization requires me to define some more actions for some profiles.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is it possible to change the Grant matrix of New Profiles created through User Interface or through the code?
If it is possible by modifying the code, please specify the files for doing the same.
Regards,
Aditi
Hi Aditi,
In the current version of iTop there is no user interface to edit/modify the profiles.
You can either go directly in the database (not recommended) or adapt the installation code to create your own profiles. The code is located in the module 'itop-profiles-itil'. There is just one file 'module.itop-profiles-itil.php' that handles the creation (and update) of the profiles during the installation of iTop.
Hope this helps,
- Denis
Thanks for the reply.
There are only 6 actions defined currently in iTop (Read,Modify,Delete,Bulk read ,bulk modify, bulk delete). If i want to add an action then how is it possible?. Since my organization requires me to define some more actions for some profiles.