-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.8.0-HF04, 5.9.1
-
Component/s: Layouts & Widgets
-
Tags:
Select2 suggestions widget in layout demo are broken. This is because there is no long running conversation but for the nuxeo-select2.js code currentConversationId != null means there is a a long running conversation.
In the generated html page, we have var currentConversationId = '1898';
Therefore it tries to restore Seam Conversation context and ... it crashes. When the currentConversationId starts with 0NXMAIN, this means there is a long running conversation? And when it does not, this is a temporary one?