Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group based profiles: Newly created entries have Pending status. #2337

Closed
AntonLV opened this issue Aug 27, 2019 · 0 comments
Closed

Group based profiles: Newly created entries have Pending status. #2337

AntonLV opened this issue Aug 27, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@AntonLV
Copy link
Contributor

AntonLV commented Aug 27, 2019

The problem appeared after RC1, when Custom Privacy Groups were added. From that time and until RC2 all newly created Group based profiles (Channels, Groups and Events) received pending status by default. Something like the following query should be added in the next System update script:

UPDATE `sys_profiles` SET `status` = 'active' WHERE `type` IN ('bx_groups', 'bx_events', 'bx_channels') AND `status` = 'pending';

https://una.io/page/view-discussion?id=3624

@AntonLV AntonLV added the watch label Aug 27, 2019
@AntonLV AntonLV added this to the 10.0.0-RC3 milestone Aug 27, 2019
@AlexTr AlexTr closed this as completed Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants