Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
danjoa committed Dec 22, 2023
1 parent f9899ba commit ae8bd32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions xmpls/attachments.cds
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

using { sap.capire.incidents as my } from '../app/services';
using { sap.capire.incidents.Incidents } from '../app/services';
using { Attachments } from '@cap-js/attachments';

extend my.Incidents with { attachments: Attachments }
extend Incidents with {
attachments: Attachments
}
2 changes: 1 addition & 1 deletion xmpls/data-privacy.cds
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using { sap.capire.incidents as my } from './services';

annotate my.Customers with @PersonalData : {
annotate my.Customers with @PersonalData : {
EntitySemantics: 'DataSubject',
DataSubjectRole: 'Customer'
} {
Expand Down

0 comments on commit ae8bd32

Please sign in to comment.