Forum Discussion
jocsch
May 18, 2023Brass Contributor
New channel experience breaks task module from 3rd party app
One of my test users just got switched to the "new channel experience" of teams. I tried my app and the task module that normally opens from a message extension is no longer opened by teams. Instead...
Meghana-MSFT
Jun 15, 2023Former Employee
Apologies for the delay, we are checking this. I will get back to you soon. Thank you for your understanding.
Meghana-MSFT
Jun 16, 2023Former Employee
jocsch - We are able to repro this issue, we have raised a bug for the same. We will keep you posted on the updates. Thank you.
- jocschJun 26, 2023Brass Contributor
Meghana-MSFT
I have another variant that is not working. When you get to open a URL based task module (which sometimes works and sometimes don't) and in the task module the code uses`dialog.url.submit` and the server response with another continue to load a further task module,:
{ "task": { "type": "continue", "value": { "title": "Render webpage II", "height": 415, "width": 600, "url": "https://local.example.com/testDialog2", "fallbackUrl": "https://local.example.com/testDialog2" } } }then the task dialog changes the size but not loads the content from the new URL.
This works fine on the old experience and e.g. in the mobile client. So it is related to the new channel experience.