CMDBuild Forum

Bug Report: "Delete Bulk" Not Working in CMDBuild 4.0

Hello,

After upgrading to CMDBuild 4.0, I’ve noticed that the “Delete Bulk” feature no longer functions. When I select multiple cards and click the delete button, nothing happens. No confirmation popup, no visible error on the interface.

Upon checking the browser’s developer console (tested in Chrome and Edge), I found the following JavaScript error:

app.js?_dc=20250417102354:1 
 Uncaught TypeError: Cannot read properties of undefined (reading 'simple')
    at ctor.getDeleteMsg (app.js?_dc=20250417102354:1:6914766)
    at ctor.delete (app.js?_dc=20250417102354:1:6872449)
    at ctor.handler (app.js?_dc=20250417102354:1:2937391)
    at Object.callback (app.js?_dc=20250417102354:1:157777)
    at ctor.onClick (app.js?_dc=20250417102354:1:1963184)
    at ctor.onClick (app.js?_dc=20250417102354:1:1976023)
    at ctor.fire (app.js?_dc=20250417102354:1:240691)
    at ctor.fire (app.js?_dc=20250417102354:1:353877)
    at ctor.publish (app.js?_dc=20250417102354:1:353502)
    at ctor.publishDelegatedDomEvent (app.js?_dc=20250417102354:1:353683)
getDeleteMsg	@	app.js?_dc=20250417102354:1
delete	@	app.js?_dc=20250417102354:1
handler	@	app.js?_dc=20250417102354:1
callback	@	app.js?_dc=20250417102354:1
onClick	@	app.js?_dc=20250417102354:1
onClick	@	app.js?_dc=20250417102354:1
fire	@	app.js?_dc=20250417102354:1
fire	@	app.js?_dc=20250417102354:1
publish	@	app.js?_dc=20250417102354:1
publishDelegatedDomEvent	@	app.js?_dc=20250417102354:1
doDelegatedEvent	@	app.js?_dc=20250417102354:1
onDelegatedEvent	@	app.js?_dc=20250417102354:1

To verify, I also tested this on the CMDBuild demo and encountered the same issue and console error, suggesting it’s not an isolated case.

This feature used to work correctly in previous versions. Could someone from the CMDBuild team confirm whether this is a known issue in version 4.0? If so, is there a fix or patch planned for an upcoming release?

Thank you,

It will be fixed in the next release. Thank you for reporting it.