Skip to content

Commit

Permalink
Merge pull request #3 from jsousa-Resulto/patch-1
Browse files Browse the repository at this point in the history
Update data-model.cds to display QR in Fiori Elements
  • Loading branch information
ajmaradiaga authored May 6, 2024
2 parents 7fb0e73 + 29d8fdf commit 3528671
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 3528671

Please sign in to comment.