Aryeh Raber
Aryeh Raber
We managed to fix this issue by tweaking the syntax slightly to output the dates: ``` WEEK=$(date +%V) # Week number e.g 38 MONTH=$(date +%B) # Month e.g January DATE=$(date...
We just hit this issue too, the above suggestion fixed it. Hoping this can be "officially" fixed by bumping the version in the packaged Statamic build so that future upgrades...
I’ve just run into this too; hope this is still on the radar! For the “repeat the date heading on the next page” question: I’d quite like to see an...
While I didn't have time to thoroughly test this, I was under the impression that this PR fixed the issue: https://github.com/aryehraber/statamic-fetch/pull/51 Are you on the latest version of Fetch (v4.5)?
Hmm, I'm not 100% sure I understand what you mean with: "My global contains 2 localized collections". Do you mean you reference collections from a Global (so it's related data)?...
Great, thanks for the example data! I can't make any promises in terms of timeline, but I'll try and have a look at this when I next have some time...
Hey @monstromatic, I had a look at this today (took a while to dig up a multilingual site) but everything seems to be working as expected. * Created a Collection...
Hmm, maybe I didn't nest deep enough. I'll try and add an additional level of related data to the entries and see if that shows the bug you are experiencing....
Hey @monstromatic, I did some further digging and there's definitely something funky going on when data is nested deeper than 1-2 levels. I'm not seeing your bug, but hitting something...
Hi @bendeca, thanks very much for the PR! I'll try and review this soon 👍