Team tabs don't get provisioned in custom channels.

Last Updated on 2021-07-06 11:53:59 UTC

Summary

While developing Valo Teamwork 4.0, our developers noticed that Teamwork doesn't provision tabs in Teams channels other than the primary channel General. The following code sample shows tabs configured in a custom channels in a Valo Teamwork Teams template:

<Teams>
    ...truncated for readability...
    <Channel Name="marketing" IsFavorite="false" RemoveWikiTab="false" MembershipType="false">
        <Tabs>
          <Tab Name="Wiki" AppId="com.microsoft.teamspace.tab.wiki" ResourceId="">
            <Configuration />
          </Tab>
        </Tabs>
    </Channel>
    <Channel Name="finance" IsFavorite="false" RemoveWikiTab="false" MembershipType="false">
        <Tabs>
            <Tab Name="Wiki" AppId="com.microsoft.teamspace.tab.wiki" ResourceId="">
            <Configuration />
            </Tab>
            <Tab Name="News" AppId="2a527703-1f6f-4559-a332-d8a7d288cd88" ResourceId="">
            <Configuration>
                <ContentUrl>{sitecollectionurl}/_layouts/15/teamslogon.aspx?spfx=true&amp;dest={sitecollectionurl}/_layouts/15/news.aspx</ContentUrl>
            </Configuration>
            </Tab>
        </Tabs>
    </Channel>
    ...truncated for readability...
</Teams>

Important

Please, note that this issue doesn't cause the team provisioning to fail.

Latest updates

Date (UTC) Status
2020-07-06 at 2 PM CET Valo Teamwork hotfix release 3.0.1 is out! Please read more on Partner hub
2021-07-02 at 2 PM CET Bug identified and confirmed. Bug entry (20231) created in our DevOps. Issue communicated to Valo supported.

Products affected

Product name Version Comments
Valo Teamwork 3.0 Tabs in channels other than the primary channel General don't get provisioned.

Expected availability of fix

The Valo Teamwork hotfix release 3.0.1 is out.

Mitigation

No workaround available.