Closed (fixed)
Project:
Profile CSV
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
9 Sep 2006 at 22:30 UTC
Updated:
9 Jun 2008 at 13:41 UTC
Hello.
reproducible: always
Steps to repeat:
1. create a new profile field that has the visibility: "Hidden profile field, only accessible by administrators, modules and themes."
2. include this field in the profile_csv export
3. run the profile_export
expected results:
the "hidden" field is included in the export
actual results:
The hidden field is not included in the export
The attached patch fixes this issue. It makes some slight changes to various arrays to allow for keeping track of the visibility of the field (and therefore knowing where it is stored).
Please let me know if you have any problems with this patch.
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| show_admin_only_fields.patch | 3.98 KB | greggles |
Comments
Comment #1
wafaa commentedfixed in 4.7 and HEAD.
thanks for Greggles.
Comment #2
gregglesthanks to you, Wafaa, for the module and for committing these.
Regards,
Greg
Comment #3
(not verified) commentedComment #4
gregglesShould this patch land on 4.7 then we will need to revert the changes that we made before.
For Drupal5, it's likely this will go in and you will need to revert the patch I made.
Comment #5
petya_vulcheva commentedHi I used the patch but it still doesn't show anything. Have you got any idea why? Thanks