FriendsOfTYPO3 / extension_builder

TYPO3 extension to kickstart and maintain TYPO3 extensions
https://docs.typo3.org/p/friendsoftypo3/extension-builder/11.0/en-us/
GNU General Public License v2.0
113 stars 80 forks source link

TCA description always the same as title #654

Open benwick opened 1 year ago

benwick commented 1 year ago

Describe the bug This image describes the bug pretty well: image

To Reproduce

  1. Create a model with some properties in the domain modeling view - leave the description empty or do not show advanced options.
  2. Open the model form in the typo3 list view and see for every property the description which is the same as the title.

Expected behavior If I leave the description empty I do not want to see any description in the form.

TYPO3 Version v11.5.25

Extension Builder Version: v11.0.10

PKuhlmay commented 1 year ago

Hi thanks, I will think about it.

DavidBruchmann commented 5 months ago

Personally I think developers should be aware of the options, and they won't verify things if they are not displayed. So in general I'd tend to reject the request. It would be useful perhaps to have a configuration option for it though, so the issue would be solved on another level.