Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore host app service installs for device service env vars #1499

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

otaviojacobi
Copy link
Contributor

Change-type: patch

Resolves: #
HQ:
See:
Depends-on:
Change-type: major|minor|patch


Contributor checklist
  • Includes tests
  • Includes typings
  • Includes updated documentation
  • Includes updated build output

…e on releases that belong to the device's app

Change-type: patch
@@ -2984,31 +2997,25 @@ const getDeviceModel = function (
): Promise<void> {
value = String(value);

let deviceFilter;
if (isId(uuidOrId)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be great if we could preserve this optimization, since I think the UI relies on it to make less requests.
Other than that LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants