I have a hash that is being passed to TT like.
'members' => [{ 'cn' => [ 'Some Name' ] }]
And I would like to sort by the member's cn's.
Any thoughts on how I would acomplish that?
members.sort('cn') would seem to work IF 'cn' wasn't another LIST. I tried
members.sort('cn.0') in the hope that TT was really really clever. But no
luck.
Regards,
-Alan
_______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
