Save time attaching documents to your SuiteCRM records by using Boru’s Drag and Drop add-on for the Documents module. With easy-to-use functionality, users can upload multiple documents to a record at once.
#5911 - Extension fails to load in SuiteCRM 8.6.1
Hello,
after installing and rebuilding the BoruDragAndDrop extension for SuiteCRM 8.6.1, the application becomes unstable and the frontend no longer loads correctly. In the browser network tab, SuiteCRM attempts to request:
_https://suitecrm/dist/extensions/BoruDragAndDrop/remoteEntry.js _ However, this file returns 404 Not Found.
One possible fix is to change the remoteEntry path from:
'remoteEntry' => './extensions/BoruDragAndDrop/remoteEntry.js'
to:
'remoteEntry' => '../extensions/BoruDragAndDrop/remoteEntry.js'
This change should help resolve the issue with the file being loaded from the wrong path.
At the same time, I would kindly ask you to apply and verify this change on your side, as I would prefer not to modify the extension myself.
There also appears to be a version mismatch between the extension requirements and the SuiteCRM 8.6.1 frontend stack. The BoruDragAndDrop documentation requires Angular CLI 12.1.0, while SuiteCRM 8.6.1 uses Angular 16.x. This suggests the extension may not be fully compatible with the current SuiteCRM frontend architecture, or it may need to be rebuilt/reconfigured for SuiteCRM 8.6.x.
yesterday
Szymon,
Thanks for this feedback. We are working on it. Give me a couple days please.