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