Skip to content

Commit

Permalink
feat: vatlayer update accepted entity type to mandatory (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywei390 authored Oct 29, 2024
1 parent 138e0e8 commit 68f87f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/4.0.1-release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Features
- Set Accepted Entity Type to mandatory

# Fix
- Ficed Accept not responding correctly to configured entity type
2 changes: 1 addition & 1 deletion src/ExternalSearch.Providers.VatLayer/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public struct KeyName
{
displayName = "Accepted Entity Type",
type = "input",
isRequired = false,
isRequired = true,
name = KeyName.AcceptedEntityType
},
new Control()
Expand Down

0 comments on commit 68f87f0

Please sign in to comment.