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

Fix issues exporting channels and tabs with TeamsAppId and Description #532

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

magarma
Copy link
Contributor

@magarma magarma commented Nov 26, 2021

Hi,
When exporting Team Channels and Tabs, TeamsAppId for the Tab is never retrieved, also, when the Channel Description is null, the Channel description attribute is missing.
Both attributes are required and if they are missing, trying to apply the template, it fails.
image

There is an opened issue about it.
#444

I've changed the way that the solution gets the app id to reuse an exiting method that was already in the class.
This is related with this change
#189

Now, both attributes are provided.
image

When exporting Team Channels and Tabs, TeamsAppId is never retrieved, same way, when the Channel Description is null, description attribute is missing.
Both attributes are required and if missing make the template not loading.
@jansenbe
Copy link
Contributor

jansenbe commented Dec 2, 2021

Nice work @magarma !

jansenbe added a commit that referenced this pull request Dec 2, 2021
@jansenbe jansenbe merged commit 4c2c335 into pnp:dev Dec 2, 2021
@sympmarc
Copy link

sympmarc commented Dec 2, 2021

Until this makes it into the released version, is there a trick we can use to get the correct TeamsAppId to add manually?

@magarma
Copy link
Contributor Author

magarma commented Dec 3, 2021

There is a nightly build, you could try to use that until the 1.8 is released.

@magarma magarma deleted the patch-2 branch December 3, 2021 09:39
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