However, it is not clear if it's possible to delete a group. For example, definited in the module itop-profiles-itil, let's say I want to remove the following group, without editing the core module:
Hi Jacques,
You can delete groups, but the problem occurs because deleting groups does not delete their usage in the various profiles using it.
It is safer to just keep the group and make it empty by deleting the class id="Document" within the group. Maybe iTop will complain that a group must have at least one class, I don't know.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there. I am familiar with adding groups through extensions, with
However, it is not clear if it's possible to delete a group. For example, definited in the module itop-profiles-itil, let's say I want to remove the following group, without editing the core module:
Why can I not go into my extension and add:
in my custom groups extension?
I have tried redefining the profiles that mention said groups, and I get an error (all it says is
undefined
) on the setup wizard.Thanks!
Hi Jacques,
You can delete groups, but the problem occurs because deleting groups does not delete their usage in the various profiles using it.
It is safer to just keep the group and make it empty by deleting the class id="Document" within the group. Maybe iTop will complain that a group must have at least one class, I don't know.