-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Component/s: UI
-
Tags:
-
Sprint:nxGang Sprint 9.3.2
See PR.
Just a simple fix on nuxeo-uploader-behavior
if(!this.connection) { throw 'Missing connection'; }
Property connection was not used and relying on an element id to use connection seems to limit the use of behavior.
For example, in nuxeo-web-ui, element nuxeo-dropzone.html the property is set in ready function :
ready: function() { this.connection = this.$.nx; ... }