Bug #3566
closedField privacy settings no longer visible
Description
When editing profile the privacy settings for fields are no longer available as of CB 1.8.1. Tab privacy settings are still visible. This affects frontend and backend.
Updated by beat over 12 years ago
- Status changed from New to Assigned
- Assignee set to krileon
- Priority changed from Normal to Urgent
- Target version set to CB 1.9
- Estimated time set to 2:00 h
Updated by krileon over 12 years ago
- Status changed from Assigned to Feedback
- Assignee changed from krileon to beat
This is a bug in CBSubs Fields Tabs Protect as $displayFieldIcons is passed by reference and CBSubs Fields Tabs Protect is changing it to false resulting in all plugins loaded after it seeing that the variable is false. To temporarily work around the issue you can set CB Privacy within CB > Plugin Management to load (using Order) before CBSubs Fields Tabs Protect and CB Privacy will work fine again.
Updated by beat over 12 years ago
- Assignee changed from beat to krileon
Re-ordering both plugins usually fixes this.
Can you confirm ?
Updated by krileon over 12 years ago
Yes, reordering will fix this (see previous note).
Updated by krileon over 11 years ago
- Status changed from Feedback to Resolved
- % Done changed from 0 to 100
Fixed in next release of CB Privacy. Privacy display is no longer dependent on $displayFieldIcons variable and uses the privacy parameter only.