Skip to content

Commit f46cd1b

Browse files
chtcilopen-ui5
authored andcommitted
Participant Ticket navigation needs further the EventIDs linked
1 parent 4157403 commit f46cd1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

odatareceptionist/service.xsodata

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ service {
2727

2828
// Read Participants from View to restrict fields that can be read
2929
"com.sap.sapmentors.sitreg.odataparticipant.procedures::ParticipantsRead" as "Participants" key ("ID")
30+
navigates ("Participant_Ticket" as "EventTicket" )
3031
create forbidden
3132
update forbidden
3233
delete forbidden;
@@ -49,4 +50,6 @@ service {
4950
dependent "Participants"("EventID") multiplicity "*";
5051
association "Event_RegistrationNumbers" principal "Events"("ID") multiplicity "1"
5152
dependent "RegistrationNumbers"("EventID") multiplicity "1";
53+
association "Participant_Ticket" principal "Participants"("ID") multiplicity "1"
54+
dependent "Ticket"("ParticipantID") multiplicity "1";
5255
}

0 commit comments

Comments
 (0)