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
There is now parameterization for assets with data source of type HttpData, and our assets are created with hint properties, if the data source is of type HttpData.
We need to add this information to the visible asset properties. Right know it's a known asset property, so it won't show up as unknown asset property, but it won't show up at all, until we handle it.
Parameterization hints each can have either be:
not set, meaning "null". This happens if the asset wasn't created by our UI, was created faulty.
"true" if parameterization is enabled for that field
"false" if parameterization is disabled disabled for that field
Solution Proposal and Work Breakdown
If no parameterization hints are set, we don't want to show the property.
If all parameterization is disabled we want to show "Disabled"
If any parameterization hint is set, we want to show it like this: "Http Datasource Parameterization": "Query Params, Body, etc.".
If only some parameterization hints are set, we should show them as "Query Params (Unknown)", for example.
The text was updated successfully, but these errors were encountered:
Feature Request
Description
There is now parameterization for assets with data source of type HttpData, and our assets are created with hint properties, if the data source is of type HttpData.
We need to add this information to the visible asset properties. Right know it's a known asset property, so it won't show up as unknown asset property, but it won't show up at all, until we handle it.
Parameterization hints each can have either be:
Solution Proposal and Work Breakdown
The text was updated successfully, but these errors were encountered: