-
Notifications
You must be signed in to change notification settings - Fork 27
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
AfterDatabaseOperations.php: Usage of BackendUtility::getMovePlaceholder removed in TYPO3 v10 #22
Comments
Fixed with version 11.0.0 |
🤔 Is this really fixed? The current version still contains the call to |
@cundd Could you please provide a filename and a line, where you found it? PHPStorm's finder did not give any results for Gridelements version 11.1.0 |
Sorry, I reported the wrong method-name. The code still contains |
Aah - OK - reopened the issue now. |
Thanks a lot. Maybe a commit from VHS containing a fix for this (amongst others) can help: FluidTYPO3/flux@94a832a |
…odersCare#22) This fix will invoke `getWorkspaceVersionOfRecord()` instead of `getMovePlaceholder()` on TYPO3 version 11 and above.
File: Classes/DataHandler/AfterDatabaseOperations.php
Line: 52
Use case: When editor is in Workspaces mode and drag&drops a content element from grid element outside of grid element, of vice versa, the following exception is thrown:
Call to undefined method TYPO3\CMS\Backend\Utility\BackendUtility::getMovePlaceholder()
The text was updated successfully, but these errors were encountered: