eric-hawthorne / relish

Automatically exported from code.google.com/p/relish
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Cannot deferSorting an uninitialized multi-valued attribute or collection attribute #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Because the collection is created lazily, deferring sorting does nothing.

Perhaps if the collection is accessed and uninitialized, it gets initialized.

Related to previous issue.

Original issue reported on code.google.com by relis...@gmail.com on 1 Jan 2014 at 11:08