#4322 closed defect (bug) (fixed)
allow_custom_visibility defaults are inconsistent
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | critical | Version: | 1.6 |
Component: | Extended Profile | Keywords: | |
Cc: |
Description
Noted in a 1.5->1.6 upgrade:
In the Dashboard, the default value of 'allow_custom_visibility' for an xprofile field is 'enabled'. On the front end, however (ie in BP_XProfile_Group::fetch_visibility_level()), it defaults to 'disabled'. These two must be consistent. 'enabled' by default makes sense to me.
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [6164]) Set allow_custom_visibility level to 'enabled' by default in BP_XProfile_Group::fetch_visibility_level(). Fixes #4322