-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.9.2
-
Fix Version/s: 5.9.3
-
Component/s: Layouts & Widgets
-
Tags:
Currently, we systematically restore seam context when calling an operation from nuxeo-select2.js as long as the 'currentConversationId' variable is available in a js closure.
So far, this is only needed for document suggestion to resolve additional page provider paramater (which could be el).
As a result, user and directory suggestion also restore the seam context uselessly which can lead to lock timeout issue when the user is typing fast in the select2 input.
- is required by
-
NXP-13513 Adding documents to a collection
- Resolved