Skip to content

Commit

Permalink
Merge pull request #65 from folio-org/kjain/ebsco/MODFQMMGR-31
Browse files Browse the repository at this point in the history
fixing users dropdown
  • Loading branch information
kjain110 committed Nov 2, 2023
2 parents a9f3c29 + 940233a commit 26ec09c
Showing 1 changed file with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,25 +156,17 @@ UPDATE entity_type_definition SET definition =
"labelAlias": "User preferred contact type",
"visibleByDefault": false,
"values": [
{
"value": "mail",
"label": "Mail"
},
{
"value": "email",
"label": "Email"
},
{
"value": "text",
"label": "Text"
},
{
"value": "phone",
"label": "Phone"
"value": "mail",
"label": "Mail (Primary Address)"
},
{
"value": "mobile",
"label": "Mobile"
"value": "text",
"label": "Text Message"
}
]
},
Expand Down

0 comments on commit 26ec09c

Please sign in to comment.