Closed (fixed)
Project:
Ubercart
Version:
5.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2008 at 16:49 UTC
Updated:
8 Feb 2008 at 20:11 UTC
uc_file.module appears to put the File Downloads fieldset for user administrators on every category of the account editing interface. This can be corrected with the following change to line 109 in beta 1 (and maybe the same line in beta2):
if (user_access('administer users') && (is_null($category) || $category == 'account')) {
Comments
Comment #1
shawn conn commentedGood find. I'm surprised this has been missed for so long. It also showed up in uc_roles as well. Patch committed, will show up in beta 3 release.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.