How to modify class TagSetFieldData adding org_id for tag segregation
2024-12-11
2024-12-11
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Hi All,
I'm try to modify the main class of tags to cascade to all tag to have org_id field related to Organization as usual.
here the code added to my extension:
Here the module dependencies:
'itop-tickets/2.7.0',
'itop-config-mgmt/2.0.0',
'itop-object-copier/1.3.4',
'combodo-gantt-view/1.0.2',
'itop-change-mgmt-itil/3.0.0',
'itop-profiles-itil/3.0.2',
'itop-structure/3.0.2',
Here compile error :
Error loading module "my-extension": /itop_design/classes/class[TagSetFieldData] at line 5798: could not be found - Loaded modules: dictionaries:1.0, core:1.0, application:1.0, authent-cas:3.0.2, authent-external:3.0.2, authent-ldap:3.0.2, authent-local:3.0.2, combodo-backoffice-darkmoon-theme:3.0.2, combodo-gantt-view:1.0.2, custom-login:0.1.0, dashlet-calendar:1.1.1, itop-attachments:3.0.2, itop-backup:3.0.2, itop-config:3.0.2, itop-files-information:3.0.2, itop-iframe-dashlet:1.1.0, itop-object-copier:1.3.4, itop-portal-base:3.0.2, itop-portal:3.0.2, itop-profiles-itil:3.0.2, itop-sla-computation:3.0.2, itop-structure:3.0.2, itop-themes-compat:3.0.2, itop-tickets:3.0.2, itop-welcome-itil:3.0.2, combodo-db-tools:3.0.2, itop-config-mgmt:3.0.2, itop-core-update:3.0.2, itop-datacenter-mgmt:3.0.2, itop-endusers-devices:3.0.2, itop-hub-connector:3.0.2, itop-legacy-search-base:1.0.0, itop-oauth-client:3.0.2, itop-request-mgmt-itil:3.0.2, itop-service-mgmt:3.0.2, itop-storage-mgmt:3.0.2, itop-virtualization-mgmt:3.0.2, combodo-webhook-integration:1.1.1, itop-bridge-cmdb-ticket:3.0.2, itop-bridge-virtualization-storage:3.0.2, itop-change-mgmt-itil:3.0.2, combodo-pmp-light:1.0.4
What's wrong ?
Thanks in advance
Davide