I have created a view of members with a specific user role showing various field values. However when I want to sort the columns of data the view does not sort them correctly. Are there any known bugs on sorting member views ?

CommentFileSizeAuthor
screendump.png41.06 KBSTNyborg

Comments

STNyborg’s picture

Title: Sorting is out of sync » Sorting out of sync
Anonymous’s picture

Subscribing to this issue

(STNyborg - I'm not aware of a other way to subscribe to an issue - sorry for any confusion)

STNyborg’s picture

barry, I am not sure with what you mean with Subscribing?

iczaka’s picture

Hi,
I had a problem looking like yours. I have found the source of my problem:
The profile_values table is corrupted by module User import. The table profile_values has no unique index.
Duplicate records, with value field empty are crated for some fields (in my configuration this fields are defined as mandatory, visible on registration form).
Once duplicate records removed, Members module works correctly.

Anonymous’s picture

iczaka thanks for the tip. I had nearly 5,000 duplicate fields. Once I removed those, the Members module works fine for me.

junyor’s picture

Status: Active » Closed (won't fix)

Sounds like a problem in the user import or profile module, then.