You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description:
Fixing these bugs:
* Mishandling of the internal representation of JSON objects in the
package manager form fields
* Default data type for fields is now set to JSON
* Invalid json fields were not failing the validity checker on the
field. Fixed as well.
## Is this change user facing?
YES
## References (if applicable):
Closes#1501Closes#1479
## Description:
Fixing these bugs:
* Mishandling of the internal representation of JSON objects in the
package manager form fields
* Default data type for fields is now set to JSON
* Invalid json fields were not failing the validity checker on the
field. Fixed as well.
## Is this change user facing?
YES
## References (if applicable):
Closes#1501Closes#1479
What's your CLI version?
0.84.2
Description & steps to reproduce
The Ethereum package's args don't have the docstring, so they should be JSON. However, the frontend is displaying this as a
string
:Desired behavior
Because there's no docstring, the arg should default to JSON.
What is the severity of this bug?
Critical; I am blocked and Kurtosis is unusable for me because of this bug.
What area of the product does this pertain to?
Frontend: the Graphical User Interface, including the Enclave Manager
The text was updated successfully, but these errors were encountered: