18 Oct
2017
18 Oct
'17
9:42 a.m.
On 18/10/17 8:13 pm, Richard Jones wrote:
I've been caught by that before. Try [% entries.$id.item('_id') %]. For some reason (would interested to learn what), TT doesn't seem to be able to cope with leading underscores in data structures.
That's documented in Template::Manual::Variables, which states
Any key in a hash which starts with a '_' or '.' character will be considered private ...
Hope that helps, Russell. aka veryrusty.