[BUGFIX] Add uid field to fieldDefinitions in EXT:seo
EXT:seo defines two additional types for "Page Overview" in the info module. Since the special uid field, which has a special treatment in PageInformationController, was previously missing, no view and no edit options were displayed. Besides the already existing special treatments, in master, the field is also used to determine the row tag to be used (either `<th>`or `<td>`). Therefore, the two EXT:seo types previously always used `<th>`, which leads to all cells were bold (in at least the chrome browser, due to user agent styles). This is now fixed by adding the special uid field to the mod.web_info.fieldDefinitions declaration in EXT:seo. Resolves: #94291 Releases: master, 10.4 Change-Id: I5c20528008160a2c5d853b6d70cc84e3cf3ad89a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69418 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Please register or sign in to comment