London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
EPiServer.Profiles.Client 1.14.0
EPiServer.Profiles.Client 1.24.0
Mar 13, 2020
Mar 05, 2021
Closed, Fixed and tested
Create a new profile filter definition with an invalid property (which does not belong to the profile) in Query like this one:
POST: /api/v2.0/FilterDefinitions { "Name": "Testing_VisitorGroup_input_value", "Description": "VisitorGroup with inputValue", "Query": "Testing eq {{value}}", "Parameters": { "value": "string" }, "Category": "Profiles", "Type": "Profiles" }
Expected result:
Returns 400 Bad Request with message Invalid filter definition.
Actual result:
Returns 201 Created and create new filter definition successfully.
The same thing happens if you create an event filter definition with an invalid property which does not belong to the track event.