UserService entities are persistence.skipped
This commit is contained in:
@@ -5,7 +5,7 @@ service UserService {
|
||||
/**
|
||||
* The current user
|
||||
*/
|
||||
@odata.singleton entity me {
|
||||
@odata.singleton entity me @cds.persistence.skip {
|
||||
id : String; // user id
|
||||
locale : String;
|
||||
tenant : String;
|
||||
|
||||
Reference in New Issue
Block a user