“Map to existing tables” in Extension builder showing weird issues in TYPO3
问题 In my extension MyExt , I mapped the model Page to pages table in TYPO3. Firstly it shows me the type mismatch error, I anyhow went ahead and saved it. The following things happen: My Page tree becomes like this: My New Record Form shows only the UIDs and not the titles: My Page Edit becomes like this: In my MyExt/Configuration/TypoScript/setup.txt I have this: config.tx_extbase.persistence.classes { Tx_MyExt_Domain_Model_Page { mapping { tableName = pages } } } Is this a bug ? Or something i