-
Notifications
You must be signed in to change notification settings - Fork 8
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
Accessing Custom Field property (like Readonly) not working with Powermail 8.x #7
Comments
By the way, to avoid an error loading this extension on Typo3 10, I had to adjust line 6 of ext_tables.php to be 'powermailextened' instead of $_EXTKEY. |
Hi @mfvetter, you have to do some changes for TYPO3 10.
EXT:example/Configuration/Extbase/Persistence/Classes.php
EXT:example/ext_localconf.php
The rest should be the same. I hope this will help you. :) |
@Mainbird tnx for your solution, it works for me. I had to do this for Domain\Model\Mail. Additional i had to define ballow code in ext_localconf.php so i was able to edit forms via. powermail frontend editing
|
@Mainbird, thank you! It worked for me as well. |
Hello! Anyone having issues with TYPO3 10 + Powermail 8 trying to add a custom field (like the Readonly example option based on Powermailextended extension)?
I’m able to have the backdend working with my custom fields, it shows and saves properly on the backend. But I can’t access the new field property values in my Fluid templates. Even the Readonly example from Powermailextened isn’t working.
It was working ok on TYPO3 9.5.x + Powermail 7.x. Any clues are welcomed :)
The text was updated successfully, but these errors were encountered: