LimeSurvey: master e5155535
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
gabrieljenik | gabrieljenik | master | 2020-08-18 22:59 | master dd0e3673 |
Affected Issues | 16194: file upload disables other clicks | |||
16549: Error message is shown while trying to delete and reupload file using File upload | ||||
Changeset | Fixed issue 16194: file upload disables other clicks. After loading the upload frame inside the modal, 'relevance:on' event handlers are lost. Removed the jquery package as it was overstepping all the bindings previously done. Removes the cache for the currentUploadHandler. This wasn't working for multiple upload question in the same as it was caching it on a window level variable. Removed the cache for simplifiying. Contains also fix for 16549: Error message is shown while trying to delete and reupload file using File upload |
|||
mod - application/controllers/UploaderController.php | Diff File | |||
mod - assets/packages/questions/upload/build/uploadquestion.js | Diff File | |||
mod - assets/packages/questions/upload/build/uploadquestion.min.js | Diff File | |||
mod - assets/packages/questions/upload/build/uploadquestion.min.js.map | Diff File | |||
mod - assets/packages/questions/upload/src/ajaxupload.js | Diff File | |||
mod - assets/packages/questions/upload/src/uploader.js | Diff File |