bgmgmbh / extension-bgm_hreflang

A TYPO3 extension to add hreflang meta tags: <link rel="alternate" hreflang="" href="" />
4 stars 12 forks source link

Problem with TCA. Pages can not be selected for tx_bgmhreflang_2 #21

Closed niederberger-qw closed 2 years ago

niederberger-qw commented 2 years ago

grafik

This is in the TCA:

'fieldControl' => [ 'elementBrowser' => [ 'disabled' => true, ], ],

Why is that the case?

mhuber84 commented 2 years ago

Hi @niederberger-qw,

the only reason why tx_bgmhreflang_2 exists is, that you can delete a relation between to pages, even if it is the opposite side of the connection ("MM_opposite_field"). New relations should always be added in tx_bgmhreflang_1.

To be honest the "Find records" search field is wrong here, too. Perhaps the option "hideSuggest" didn't exist when I first implemented the extension. I will remove it with the next release. :-) I think there is no way to remove the sorting buttons.

niederberger-qw commented 2 years ago

@mhuber84 thank you very much. I see.