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

No warning about a content element having references if trying to delete with inline delete button #45

Open sypets opened 1 year ago

sypets commented 1 year ago

The behaviour was improved in TYPO3 v12, there is also a patch for v11 (https://review.typo3.org/c/Packages/TYPO3.CMS/+/80116), applying this patch with composer-patches does not help if gridelements is installed because gridelements overrides the core behaviour

Also, the dialog displayed by gridelements is not localized (always displayed in English).

Reproduce

  1. create a content element, e.g. "textmedia" [1]
  2. create a shortcut element, referencing the first element [2]
  3. try to delete the first element (which has references) using the inline delete buttons in the page module

Versions

Screenshots

delete via this button in page module

image

Intended behaviour:

image

Current behaviour:

image

Related core issues

sypets commented 1 year ago

I can still reproduce it that the message is displayed in English if BE is in German with latest master in TYPO3 v11.5.33

image