The latest views module content_handler_field_multiple offers the ability, when "Group multiple values" is checked, to reverse-sort the values. This offers the ability to, e.g. select the last item in a series of values.

The views handler date_handler_field_multiple overrides the formatting / display options for multiple values, and does not offer any such option.

I would like to be able to use the "Reversed (start from last values)" option to, e.g. display the final date in a series of date repeats. I would like date module to use views default multiple handler or implement this option.

Comments

westie’s picture

StatusFileSize
new1.89 KB

Patch adds the ability to reverse sort date fields as per cck implementation. (first patch)

westie’s picture

Assigned: Unassigned » westie
Status: Active » Needs review
StatusFileSize
new1.89 KB

Patch adds the ability to reverse sort date fields as per cck implementation. (first patch)

damienmckenna’s picture

Assigned: westie » Unassigned
Issue summary: View changes

Reminder: the "assigned" field is for indicating that you are actively working on something, it is not for indicating that you reported a problem or that you previously worked on a problem and would like attribution. Thanks.

damienmckenna’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
Status: Needs review » Patch (to be ported)

This could be useful on D7 too.