Looks like when you first go to user/x/purchased-files you're greeted with a table that's sorted by Purchased Date Ascending. In other words, the files you purchased just now are at the bottom of the list (sometimes on another page).

Change this:

array('data' => t('Purchased'  ), 'field' => 'u.granted', 'sort' => 'asc'),

to

array('data' => t('Purchased'  ), 'field' => 'u.granted', 'sort' => 'desc'),

Too small of a change for a patch but it seems pretty silly to have it in there that way by default.

Comments

TR’s picture

Status: Active » Fixed

Committed. Thanks for reporting that.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.