- Issue created by @zevarix
- π¦πΊAustralia tisteegz
This is probably not helpful but I am having a similar issue with using views to output node teasers with dates.
https://www.drupal.org/project/smart_date/issues/3362019 π¬ Smart date recurring formatter and layout builder Active
The first one in the results renders correctly but the rest are wrong. I am stumped on how to troubleshoot it though. Are you using layout builder at all?
- π¦πΊAustralia tisteegz
I have come back to this after a bit and I am having this exact same issue on Smart date 4.0.3 with Drupal 9.5.11
I feel like this is a major issue as the longer the site exists the more unusable this becomes. Full node view works perfectly fine, but then the teasers on the view results page show incorrectly. All except the first result which works fine? Seems to me it's definitely a bug but I am really struggling to pinpoint where it is going wrong.
- π¨π¦Canada mandclu
Would it be possible to use a view mode instead of fields for your view display? It's possible that the recurring formatter doesn't work as well with views field otput.
- First commit to issue fork.
- π¦πΊAustralia tisteegz
Not the original issue reporter and it's been a while since I worked on this site but I believe I was using view modes as I don't ever use Fields as views output. I was using the teaser view mode and layout builder when I was getting this issue.
- πΊπΈUnited States dasginganinja Bethlehem, PA
I'm also experiencing this issue. Only my first date was respecting the smart date format and the others fell back to default.
I am unable to use view modes as we are listing single instances in the view and need the contextual date for the row. I previously was using that functionality and this is how I uncovered this issue -- trying to create parity with views fields.
Thanks.