Skip to content

fix: schedule combo jobs when client requests products explicitly#293

Merged
codingLogan merged 2 commits intomasterfrom
lr/CTT-136
Feb 20, 2026
Merged

fix: schedule combo jobs when client requests products explicitly#293
codingLogan merged 2 commits intomasterfrom
lr/CTT-136

Conversation

@codingLogan
Copy link
Collaborator

The widget can now be informed when products are inferred or explicit. The structure for the client config's data_request has been updated with a new inferred value, this is provided to the widget via props.

clientConfig={{
  ...,
  data_request: {
    products: string[],
    inferred: boolean
  },
}}

The Behavior Change

If the value for inferred is EXACTLY false (inferred === false), COMBINATION jobs will now be scheduled. Even if only a single product is requested.

the widget is now informed when products are inferred or explicit
@codingLogan codingLogan merged commit 3e5bbbf into master Feb 20, 2026
6 checks passed
@github-actions
Copy link

🎉 This PR is included in version 2.19.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@codingLogan codingLogan deleted the lr/CTT-136 branch February 20, 2026 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants