Closed (fixed)
Project:
Profile CSV
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2006 at 22:13 UTC
Updated:
24 Oct 2006 at 03:15 UTC
Currently the profile_csv modules is inconsistent with the way that data is sorted.
Users:
Mostly the users are sorted by UID, though that is a result of the database and not guaranteed to be consistent by the query format.
Profile fields:
In the profile_csv settings page the fields are sorted by category and title, but not weight.
In the output, profile fields are not sorted.
This patch adds a sort to queries on the users to get them in a consistent order and adds sorts by category, then weight, then title for the profile fields.
| Comment | File | Size | Author |
|---|---|---|---|
| sort_users_fields.patch | 2.54 KB | greggles |
Comments
Comment #1
gregglesAnd my apologies - two other things snuck into this:
I added the $Id:$ to the top so that we can get revision and such information in the file.
Also, there is a hunk from http://drupal.org/node/83310 that snuck in on line 178.
My apologies about that last bit - you can safely ignore that problem.
Comment #2
wafaa commentedfixed in 4.7 and HEAD.
thanks for Greggles.
Comment #3
(not verified) commented