Skip to content
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

Point syntax for settings in setup.typoscript not working #10

Closed
daUhradone opened this issue Mar 18, 2024 · 0 comments · Fixed by #14
Closed

Point syntax for settings in setup.typoscript not working #10

daUhradone opened this issue Mar 18, 2024 · 0 comments · Fixed by #14
Assignees
Labels

Comments

@daUhradone
Copy link

daUhradone commented Mar 18, 2024

Describe the bug
Date of comment not showing in FE if the date is no more a relative date (like 1 minute ago).

To Reproduce
Steps to reproduce the behavior:
check older comments

Expected behavior
switch from relative date (1 minute ago) to normal date

Bug
Bug in the setup.typoscript file line 78

relativeDate.absoluteFormatFallback = {$plugin.tx_pwcomments.settings.absoluteFormatFallback}

should be

absoluteFormatFallback = {$plugin.tx_pwcomments.settings.absoluteFormatFallback}

Point syntax not working at this point!

and then in the partial/Comment.html line 20
"relativeDate" must also be omitted

PHP 8.1
TYPO3 12.4

BobMali added a commit that referenced this issue May 18, 2024
@BobMali BobMali linked a pull request May 18, 2024 that will close this issue
@BobMali BobMali self-assigned this May 18, 2024
@BobMali BobMali added bug Something isn't working confirmed priority: medium labels May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants