I was playing around with the Predefined Templates present in customTemplates.js file.
I encountered a problem with List View Template. In the List View template tabs section I have have defined 2 tabs Odd and Even. Depending on the user input the values are stored in Odd or Even tabs and displayed.
The issue I am facing here is that the data in tabs (moreData in code) is not getting updated. Also this works perfectly fine in Bot Builder. Only in the published version I see this behavior.
If the same steps are followed in bot builder it works absolutely fine. But in the published version there seems to be an issue. I did try using cheat developer off in bot builder, this also works fine.
I am testing the published bot using the URL provided under the Web client details section of the Web/ Mobile Client Channel.
Shouldn’t the Bot I use from this URL be on the latest web-sdk branch. I am not using any node.js server or anything. Just the bot directly from the URL.
@rahul
I see the issue now. Ideally, the auto-generated web-client URL should refer to the latest master. However, this is a new implementation and the versions of web-client and WebSDK master can be different. We are trying to change the design to keep this automatically consistent. I will discuss this with the UI team and get it fixed.
As of now, if you really need please use our master web-SDK from github.
Thanks for identifying and reporting this issue.
Using the Latest Master Branch solves the issue mentioned above but creates another problem. Using the Old WebSDK, though the tabs under view more were not getting updated, clicking them was triggering the configured postback.
With the latest SDK, clicking the elements in the view more tabs is not triggering the postback. Could you please help with this?