Skip to content

Commit

Permalink
Merge pull request #635 from arago/support_improvements
Browse files Browse the repository at this point in the history
Support improvements
  • Loading branch information
cy303 authored Sep 13, 2024
2 parents e1d3384 + f5486b0 commit 0d82a99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NTO/CustomerSupport/entities/Group.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ ogit.CustomerSupport:Group
ogit:lastUpdatedAt
) ;
ogit:indexed-attributes ( ) ;
ogit:allowed ( ) ;
ogit:allowed (
[ ogit:uses ogit:Product ]
) ;
.
1 change: 1 addition & 0 deletions NTO/CustomerSupport/entities/Organization.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ ogit.CustomerSupport:Organization
ogit:indexed-attributes ( ) ;
ogit:allowed (
[ ogit:employs ogit.CustomerSupport:Group ]
[ ogit:uses ogit:Product ]
) ;
.
1 change: 1 addition & 0 deletions NTO/ServiceManagement/entities/Ticket.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ogit.ServiceManagement:Ticket
ogit:openedAt
ogit:closedAt
ogit:lastUpdatedAt
ogit:sourceId
ogit.ServiceManagement:sourceStatus
ogit.ServiceManagement:externalTicketId
ogit.ServiceManagement:reportedSource
Expand Down

0 comments on commit 0d82a99

Please sign in to comment.