I'd like to add the Customer Contract tab to the view of our Virtual Devices. Is this possible by extending the itop-virtualization-mgmt extension? I see where other relational tabs are added using the MetaModel::Init_setZListItems() function, but if I simply add the new list, it breaks the subclass I've extended. For example
9 => 'customercontracts_list',
added to class VirtualMachine makes it so that when I open a VirtualMachine I just get a blank page.
Is this something that should be possible, or is there a limitation with how the N-N relationship is configured?
Thanks for any advice!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd like to add the Customer Contract tab to the view of our Virtual Devices. Is this possible by extending the itop-virtualization-mgmt extension? I see where other relational tabs are added using the MetaModel::Init_setZListItems() function, but if I simply add the new list, it breaks the subclass I've extended. For example
9 => 'customercontracts_list',
added to class VirtualMachine makes it so that when I open a VirtualMachine I just get a blank page.
Is this something that should be possible, or is there a limitation with how the N-N relationship is configured?
Thanks for any advice!