-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUGFIX + PATCH] Fix determination of flexform-data #43
Comments
Thanks for the report, but after looking at the patch I don't think this has something to do with the CMS 11 problems you described. The part that gets changed by the patch will only be executed in CMS versions below 11 anway, so the patch should not change this at all. If this fixes your problems in CMS 11 this would be really weird, so the question is, if there was more than just that change in your patched TYPO3 project. |
Hi Bunnyfield, The only thing, which this patch does is: |
OK, sorry - i must change my statement:
I used this flexform-config (to select an image inside an gridelement). |
My bad - the patch looked as if it was only concerning the part containing "fixVersioningPid", while it did not show the rest of the method. Still the question is, why there is no 'uid' in CMS 11 in the first place, because usually there is either an integer or a placeholder starting with 'NEW' and AFAIK this did not change with CMS 11. So maybe the problem is actually connected to that missing uid value and that again might be the reason for several FlexForm related problems that came up with CMS > 10 |
|
So the solution would be to just move it to the second if clause, which is a bit less complicated than introducing another method. |
Without the patch "0001-BUGFIX-fix-determination-of-flexform-data.patch", the flexform-data can't be determinated, if we copy an gridelement (which contains a flexform) in TYPO3v11.
The patch 0001-BUGFIX-fix-determination-of-flexform-data.patch is a no-brainer - so, please use it :-)
How to reproduce the bug in TYPO3v11?
Outcome: The copied gridelement-record has no data in his flexform. If the flexform contains images (wich are located in sys_file_reference-DB-table), than those images are now doubled in the original gridelement-record
The text was updated successfully, but these errors were encountered: