splunk / addonfactory-ucc-generator

A framework to generate UI-based Splunk Add-ons.
https://splunk.github.io/addonfactory-ucc-generator/
Apache License 2.0
62 stars 24 forks source link

fix(select): fetching options when some dependency is null #1463

Closed vtsvetkov-splunk closed 4 days ago

vtsvetkov-splunk commented 4 days ago

Issue number: ADDON-76586

PR Type

What kind of change does this PR introduce?

Summary

Root cause

Regression from #1424. There was a Null Pointer Exception due to undefined values of dependencyValues and calling .toString() on undefined. NPE itself is not a problem since it is silenced, but the request is not made due to this and "No manches" is shown

Changes

User experience

Ability to see options fetching from the server

Checklist

If an item doesn't apply to your changes, leave it unchecked.