I created 2 'content types' both have a different cck date field. The field on the first content type allows repeating, the field on the second does not....

I created an upcoming block and selected both dates in the filter part with the OR operator

this creates the following in the query: ORDER BY node_data_field_date_field_date_value ASC, node_data_field_repeatdate_field_repeatdate_value ASC

This first sorts on node_data_field_date_field_date_value using 'NULL' for the nodes using the node_data_field_repeatdate_field_repeatdate_value field making the sort unreliable and incorrect in order

Comments

bwynants’s picture

Category: bug » feature

The problem is that there is no 'Date' entrie available under the grouping of 'Sort criteria' where I can combine the two Date field as I can on 'Filters' and 'Fields'. I can only pick the fields one by one from the content fields and this creates the incorrect sort.

solide-echt’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

The D6 branch is no longer supported so we're closing this issue. If you think this issue still exists in D7 you can open a new one.