refactoring requests
This commit is contained in:
committed by
Daniel Hutzel
parent
70b0c85346
commit
34acef85b6
@@ -7,16 +7,10 @@ service BrowseTracks {
|
||||
};
|
||||
|
||||
@readonly
|
||||
entity MarkedTracks @(restrict : [
|
||||
{
|
||||
entity MarkedTracks @(restrict : [{
|
||||
grant : ['*', ],
|
||||
to : 'customer'
|
||||
},
|
||||
{
|
||||
grant : '*',
|
||||
to : 'employee'
|
||||
},
|
||||
]) as projection on my.Tracks;
|
||||
}]) as projection on my.Tracks;
|
||||
|
||||
/*
|
||||
Below entities exposed
|
||||
|
||||
Reference in New Issue
Block a user