Closed Kirdock closed 5 days ago
Extends the supported data types for the DQL table. Now everything that's in an array should be supported (nulll, boolean, number, object).
resolves https://github.com/Dynatrace/backstage-plugin/issues/152
The table only allowed strings
The table should now support every returned array.
Introduction
Extends the supported data types for the DQL table. Now everything that's in an array should be supported (nulll, boolean, number, object).
resolves https://github.com/Dynatrace/backstage-plugin/issues/152
Technical solution before this PR
The table only allowed strings
Technical solution after this PR
The table should now support every returned array.
:heavy_check_mark: Common checklist