Skip to content

Commit

Permalink
Annotation path change due to compiler v2 changes (#88)
Browse files Browse the repository at this point in the history
* Annotation path change due to compiler v2 changes

* Fixed annotation path

* Update app/admin/fiori-service.cds

Co-authored-by: Marc Becker <[email protected]>
  • Loading branch information
davidhunglam and beckermarc authored May 12, 2021
1 parent fc96563 commit 4c3b892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/admin/fiori-service.cds
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ annotate AdminService.Books with @(UI : {
annotate my.bookshop.Books with @fiori.draft.enabled;
annotate AdminService.Books with @odata.draft.enabled;

annotate AdminService.Books_texts with @(UI : {
annotate AdminService.Books.texts with @(UI : {
Identification : [{Value : title}],
SelectionFields : [
locale,
Expand All @@ -87,7 +87,7 @@ annotate AdminService.Books_texts with @(UI : {


// Add Value Help for Locales
annotate AdminService.Books_texts {
annotate AdminService.Books.texts {
locale @ValueList : {
entity : 'Languages',
type : #fixed
Expand Down
2 changes: 1 addition & 1 deletion app/browse/fiori-service.cds
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ annotate CatalogService.Books with @(UI : {
price
};

annotate CatalogService.Books_texts with @(UI : {LineItem : [
annotate CatalogService.Books.texts with @(UI : {LineItem : [
{Value : locale},
{Value : title},
{Value : descr}
Expand Down

0 comments on commit 4c3b892

Please sign in to comment.