Skip to content

Commit 2f3cd36

Browse files
committed
Update and fix
1 parent 5b772fa commit 2f3cd36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/incidents/annotations.cds

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ annotate service.Incidents with @(
8585
$Type : 'UI.ReferenceFacet',
8686
Label : 'Conversations',
8787
ID : 'Conversations',
88-
Target : 'conversations/@UI.LineItem#Conversations',
88+
Target : 'conversation/@UI.LineItem#Conversations',
8989
},
9090
]
9191
);
@@ -155,7 +155,7 @@ annotate service.Incidents with {
155155
annotate service.Status with {
156156
code @Common.Text : descr
157157
};
158-
annotate service.Conversations with @(
158+
annotate service.Incidents.conversation with @(
159159
UI.LineItem #Conversations : [
160160
{
161161
$Type : 'UI.DataField',

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<properties>
99
<revision>1.0.0-SNAPSHOT</revision>
1010
<jdk.version>17</jdk.version>
11-
<cds.services.version>2.4.1</cds.services.version>
11+
<cds.services.version>2.9.1</cds.services.version>
1212
<spring.boot.version>3.0.7</spring.boot.version>
1313
<cds.install-cdsdk.version>7.6.1</cds.install-cdsdk.version>
1414
<cds.install-node.downloadUrl>https://nodejs.org/dist/</cds.install-node.downloadUrl>

0 commit comments

Comments
 (0)