Skip to content

Commit

Permalink
Fix contract flags display in contracts embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Martín S committed Sep 23, 2021
1 parent 2d3bcbd commit 90b865d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/libv3.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,8 @@ const embed_definitions = {
products: [ product_related_embed, product_contracts_embed ],
contracts: [
{
id: "id",
foreign_key: "id",
id: "ocid",
foreign_key: "ocid",
index: "contract_flags",
location: "flags"
}
Expand Down

0 comments on commit 90b865d

Please sign in to comment.