Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Conversation

@GeoffCoxMSFT
Copy link
Member

Description

getSubscriptions was failing silently. Error on page indicated empty list rather than error.
Now error shows up on page. Bearer token is excluded from error message and logger file.

Task Item

fixes #6359

Screenshots

@coveralls
Copy link

coveralls commented Mar 26, 2021

Coverage Status

Coverage remained the same at 52.059% when pulling 2139053 on gcox/fix6359 into 586d33d on main.

hatpick
hatpick previously approved these changes Mar 27, 2021
setPage(PageTypes.ReviewResource);
setTitle(DialogTitle.REVIEW);
let selectedResources = enabledResources.slice();
let selectedResources = requireResources.concat(enabledResources);
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: [...arr1, ...arr2]

hatpick
hatpick previously approved these changes Mar 31, 2021
@GeoffCoxMSFT GeoffCoxMSFT merged commit c96f912 into main Mar 31, 2021
@GeoffCoxMSFT GeoffCoxMSFT deleted the gcox/fix6359 branch March 31, 2021 22:14
@cwhitten cwhitten mentioned this pull request May 20, 2021
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
* Display error w/o token on auth failure

* Fixed mounted checks

Co-authored-by: Ben Brown <benbro@microsoft.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

if access token is invalid, provision process fails silently when loading subscriptions

5 participants