ConfigContext does not validate that JSON data is an object #2443
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
1
as the data and save the config context.Expected Behavior
Creating the config context with non-dictionary data should raise a validation error.
Observed Behavior
The config context was saved with the integer value. This causes a TypeError exception when attempting to retrieve the rendered context (either via the UI or API).
The text was updated successfully, but these errors were encountered: