NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
29 stars 6 forks source link

Stringify Extraneous JSON Object Params #1125

Closed Mythicaeda closed 8 months ago

Mythicaeda commented 8 months ago

Checked for duplicates

No - I haven't checked

Is this a regression?

No - This is a new bug

Version

develop, 2.1.0

Describe the bug

If an extraneous parameter on an activity is a JSON Object, it will display as [object Object] instead of its contents.

Screenshot 2024-02-12 at 4 13 02 PM

Reproduction

Add the following parameter to an existing activity's arguments via the API:

"vector": {
    "x": 0,
    "y": 0,
    "z": 0
}

Select the Activity and scroll down to the Extraneous Parameters section.

Logs

No response

System Info

Mac OS, Firefox

Severity

Minor