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

Files tab teams first load after creation #588

Merged
merged 3 commits into from
Feb 7, 2022

Conversation

roberAlb
Copy link

Adding small piece of code to ensure that the Files tab for sites created with a Microsoft Teams behind is available after creation and you don't need to wait or receive an error.

Here is the issue created with more details --> #584

@jansenbe jansenbe self-assigned this Feb 7, 2022
jansenbe added a commit that referenced this pull request Feb 7, 2022
@jansenbe jansenbe merged commit 2fe6cbf into pnp:dev Feb 7, 2022

foreach (var channel in channels)
{
if (channel.DisplayName == "General")
Copy link
Contributor

Choose a reason for hiding this comment

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

This will probably fail when using other locales such as French or Portuguese

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.

None yet

3 participants