CodersCare / gridelements

Be part of the future of TYPO3! Support Gridelements now and unlock exclusive early access to v13! The well-established Gridelements V12 elevates TYPO3 by bringing grid-based layouts to content elements, with powerful features like advanced drag & drop and real references. Supercharge your workflow and make daily tasks easier. Sponsor us here:
https://coders.care/for/crowdfunding/gridelements
GNU General Public License v3.0
5 stars 25 forks source link

JS-Error "fieldName not defined in message" #37

Open nwm-dev opened 1 year ago

nwm-dev commented 1 year ago

Using gridelements v11.0.0, clicking on any page in the tree using the page module throws a JS error "fieldName not defined in message". This is reproducable in a fresh TYPO3 11 installation. I set up a fresh installation with ddev, added a page as siteroot, did `composer require gridelementsteam/gridelements:^11.0", did the necessary DB changes and finally clicked on my created root page.

Screenshot of the console error if it helps: Screenshot 2023-06-01 161210

I don't know yet if this has any consequences.