Within list iterators it is sometimes necessary to be able to use the same dotted notation for accessors as is available for 'value' in order to be able access all data. This example is from IC6 Demo Shop where I want to be able to pull data from related User table when traversing Message iterator:
Within list iterators it is sometimes necessary to be able to use the same dotted notation for accessors as is available for 'value' in order to be able access all data. This example is from IC6 Demo Shop where I want to be able to pull data from related User table when traversing Message iterator:
This is clearly not supported since DBIC is receiving "author.name" as a method name: