qlik-oss / sn-action-button

Action button supernova for nebula.js
https://qlik.dev/libraries-and-tools/visualizations/action-button
MIT License
4 stars 8 forks source link

change in automations api `hasInputs` to `inputs` breaks automation logic #267

Closed goldbergjeffrey closed 2 years ago

goldbergjeffrey commented 2 years ago

A change in the automations API has broken the automations integration in the action button. Instead of using hasInputs to determine if an automation has inputs, the new boolean in the JSON payload is inputs. Please update code to reflect change.

goldbergjeffrey commented 2 years ago

https://github.com/qlik-oss/sn-action-button/pull/268