The access selection on the select list present when editing your profile for each field defaults to 'private'. It should not, because until it's actually submitted as private, it remains public.
Patch coming..
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | default-setting-1365176-5.patch | 747 bytes | cpliakas |
| #1 | profile_privacy-default-access-selection-to-public-1365176.patch | 567 bytes | mstef |
Comments
Comment #1
mstef commentedComment #2
cpliakas commentedThanks, mikestefff . Sorry for just seeing this now. Will review within the next couple of days.
Comment #3
cpliakas commentedThis makes sense to me.
Comment #4
cpliakas commentedOn second thought, should this default to the value set globally for that field?
Comment #5
cpliakas commentedHow about something like this?
Comment #6
cpliakas commentedJust to confirm the approach in #5, when the default visibility setting is "Public", the fields show as expected. However, the UI that the user sees when overriding the setting is "Private". A similar bug would exist with the patch #1 where the default could be "Private", but the user would see "Public" when overriding the settings. This bug is only present when the user hasn't saved their profile yet, but it confirms that the overridden defaults should match the global defaults.
Comment #7
cpliakas commentedResolved in commit http://drupalcode.org/project/profile_privacy.git/commit/5a2c4da.