Reputation: 85
For my pourpose I need to sort Employee app list items by last modified date. I see that in the object there is a Modified that is a date field (I assume it is a 2sxc internal field). Using the Value sort datasource setting Modified as attribute I get an empty object. It does work using my custom fields as sorting attribute. What I'm missing please?
Upvotes: 0
Views: 125
Reputation: 5638
I believe the value-filter didn't include modified till very, very recently, like v08.05.04 or similar. Since then I believe it was added - see https://github.com/2sic/eav-server/blob/master/ToSic.Eav.DataSources/ValueFilter.cs#L146-L167
So I believe if you upgrade it should work.
Upvotes: 0