-
Notifications
You must be signed in to change notification settings - Fork 6
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
TYPO3 v10.4 LTS compatibility #7
base: master
Are you sure you want to change the base?
Conversation
@mhirdes thanks a lot for your contribution! we will have a look at it soon. |
/** | ||
* @param ObjectManager $objectManager | ||
*/ | ||
public function __construct(ObjectManager $objectManager) | ||
public function __construct(ObjectManager $objectManager, RenderingContext $renderingContext) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the RenderingContext
ever used? If it does not serve any purpose, it would be great if you could remove it.
@mhirdes Thanks for your contribution! Looks good to me at first glance, I will however have to test it in greater detail and run a few tests. |
@mhirdes Thanks again for your contribution! It seems however not to be working as soon as the date column is added to the export. Do you have time to look into this and update the PR? |
Currently not |
No description provided.