Skip to content

Commit

Permalink
Update data-model.cds to display QR in Fiori Elements
Browse files Browse the repository at this point in the history
Add UI.IsImageURL annotation to QRData
  • Loading branch information
jsousa-Resulto authored May 6, 2024
1 parent 7fb0e73 commit 29d8fdf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ entity ConsumedMessage : cuid, managed {
entity QRCode : cuid, managed {
ticketId : String;
messageId : String;
@UI.IsImageURL: true
dataURL : String(5000);
}

0 comments on commit 29d8fdf

Please sign in to comment.