diff --git a/NTO/CustomerSupport/entities/Group.ttl b/NTO/CustomerSupport/entities/Group.ttl index 68379dbcbd5..64fd873f4c7 100644 --- a/NTO/CustomerSupport/entities/Group.ttl +++ b/NTO/CustomerSupport/entities/Group.ttl @@ -26,5 +26,7 @@ ogit.CustomerSupport:Group ogit:lastUpdatedAt ) ; ogit:indexed-attributes ( ) ; - ogit:allowed ( ) ; + ogit:allowed ( + [ ogit:uses ogit:Product ] + ) ; . diff --git a/NTO/CustomerSupport/entities/Organization.ttl b/NTO/CustomerSupport/entities/Organization.ttl index c4716ce0556..d7917de0640 100644 --- a/NTO/CustomerSupport/entities/Organization.ttl +++ b/NTO/CustomerSupport/entities/Organization.ttl @@ -34,5 +34,6 @@ ogit.CustomerSupport:Organization ogit:indexed-attributes ( ) ; ogit:allowed ( [ ogit:employs ogit.CustomerSupport:Group ] + [ ogit:uses ogit:Product ] ) ; . diff --git a/NTO/ServiceManagement/entities/Ticket.ttl b/NTO/ServiceManagement/entities/Ticket.ttl index 2f50e82330e..a3e48712b9c 100644 --- a/NTO/ServiceManagement/entities/Ticket.ttl +++ b/NTO/ServiceManagement/entities/Ticket.ttl @@ -41,6 +41,7 @@ ogit.ServiceManagement:Ticket ogit:openedAt ogit:closedAt ogit:lastUpdatedAt + ogit:sourceId ogit.ServiceManagement:sourceStatus ogit.ServiceManagement:externalTicketId ogit.ServiceManagement:reportedSource