We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The value for key "1" in partial and layout root paths are wrong after the ?? operator.
??
{$plugin.tx_sfeventmgt.view.partialRootPath ?? sf_event_mgt.view.partialRootPath}
and
{$plugin.tx_sfeventmgt.view.layoutRootPath ?? sf_event_mgt.view.layoutRootPath}
Missing $ at the second constant definition.
$
This results in an error if the first constant value is defined in TypoScript. No error if the second is used.
The text was updated successfully, but these errors were encountered:
0f6544f
Thanks for your report. The issue has been fixed in version 8.1.1, which has just been published.
Sorry, something went wrong.
Wow, that was fast :-) I did some other work and had no chance to create a patch. Thx for the update. Tested. It works fine.
No branches or pull requests
The value for key "1" in partial and layout root paths are wrong after the
??
operator.{$plugin.tx_sfeventmgt.view.partialRootPath ?? sf_event_mgt.view.partialRootPath}
and
{$plugin.tx_sfeventmgt.view.layoutRootPath ?? sf_event_mgt.view.layoutRootPath}
Missing
$
at the second constant definition.This results in an error if the first constant value is defined in TypoScript.
No error if the second is used.
The text was updated successfully, but these errors were encountered: