heimrichhannot / contao-multi-column-editor-bundle

This module offers an input type for editing one or more records in frontend and backend.
GNU General Public License v3.0
6 stars 7 forks source link

Function addInteractiveHelp() in contao core.js no longer exists in 5.3 #32

Open OMOSde opened 6 months ago

OMOSde commented 6 months ago

Context Contao version: 5.3.1 Bundle version: 2.20.0 PHP version: 8.2

I encountered the problem when I wanted to include a field of the type fileTree. The picker did not open in the popup, but as a separate page (in the same tab).

The field has the property 'minRowCount' => 0. When clicking on Add the following Javascript error appears in the console.

image

The function Backend.addInteractiveHelp() from Contao core.js probably no longer exists in Contao 5.3.

If I manually remove the only call of the function in src/Resources/public/contao-multi-column-editor-bundle.js, then the popup works again.

Not sure what the missing function was doing before.