xibosignage / xibo-dotnetclient

Xibo for Windows .NET Player
GNU Affero General Public License v3.0
63 stars 90 forks source link

Interactive: webhook action attached to widget triggered by itself isn't firing #295

Closed dasgarner closed 1 year ago

dasgarner commented 1 year ago

Create an embedded widget which calls xiboIC.trigger('TRIGGERCODE');, add a webhook action to the widget with a matching TRIGGERCODE. The action is not handled.

However it does get handled if you attach the action to the layout instead (which is also wrong as the trigger is occurring with the default sourceId of the widget that triggered it).

dasgarner commented 1 year ago

✅ tested by ops