Skip to content
Snippets Groups Projects
Commit e8997547 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Fix MM TCA of blog_example

Extension blog_example is used in various extbase
tests. It defines invalid relations from tags
table over MM to post and persons.

The patch fixes the TCA - those relations now
work in BE as well, when the fixture blog_example
is activated.

Essentially all functional tests that works with
this extension break with the fixed TCA now. The
major part of the patch is to disentangle the .csv
import and export files to make them independent
from each other per test-case, and to fix the
imported and asserted db state along the way.

Resolves: #101528
Releases: main, 12.4
Change-Id: I4fb7d6ac82962f8ef7b630b261d543f4ff626bde
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80283


Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 039a2ba2
Branches
Tags
No related merge requests found
Showing
with 343 additions and 153 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment