refactoring code
This commit is contained in:
committed by
Daniel Hutzel
parent
ecdc32bad1
commit
e08b1c6246
@@ -8,14 +8,14 @@ service BrowseTracks {
|
||||
|
||||
@readonly
|
||||
entity MarkedTracks @(restrict : [{
|
||||
grant : ['*', ],
|
||||
grant : ['*'],
|
||||
to : 'customer'
|
||||
}]) as projection on my.Tracks;
|
||||
|
||||
/*
|
||||
Below entities exposed
|
||||
due to 'navigation property errors' when expanding with odata
|
||||
*/
|
||||
/**
|
||||
* Below entities exposed due to 'navigation property errors'
|
||||
* when expanding with odata
|
||||
*/
|
||||
@readonly
|
||||
entity Genres as projection on my.Genres {
|
||||
* , tracks : redirected to Tracks
|
||||
|
||||
Reference in New Issue
Block a user