I wanted to modify the "Tablet" class but i can't find its model in the datamodel file, i just saw the "Tablet" Class mentioned in the "Model" class (refer to attached image) but i'm not sure if it's this one that i have to modify so can someone help me please ?
Hello,
Warning, you should not modify directly core iTop files ! By doing so you will lose your modifications on next iTop update...
You should use instead the extension mechanism provided by iTop.
Hello everyone,
Hope everyone is doing well,
I wanted to modify the "Tablet" class but i can't find its model in the datamodel file, i just saw the "Tablet" Class mentioned in the "Model" class (refer to attached image) but i'm not sure if it's this one that i have to modify so can someone help me please ?
Thanks in advance,
Efroza
It's defined in the itop-endusers-devices module.
There you'll see the definition for the tablet class.
In the Model class, there's only a reference so you can add different models for a tablet.
Just checked, thank you very much !
Hello,
Warning, you should not modify directly core iTop files ! By doing so you will lose your modifications on next iTop update...
You should use instead the extension mechanism provided by iTop.
See Customizing iTop [iTop Documentation]
Hello Pierre,
Don't worry i did use the extension mechanism but still, thank you !