You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2022. It is now read-only.
When Redux is active, the private parent forum gets unassigned from its children after doing any update to the child.
Steps to reproduce:
On a fresh install, activate bbPress, in the toolbar click on Forums, then Add New.
-- You should see something like this: https://imgur.com/a/o6VZZ6F
Activate Redux, you will not see bbPress menu, deactivate Redux again to continue the following steps.
Add a title to the new forum and then publish.
Add New forum, give it a title, set visibility to private, and then publish.
Add New forum, give it a title, click on parent inside bbPress’s Forum Attributes, you should see both forums you’ve made so far, click the one you’ve made private, and then publish, the forum will get published normally.
Activate Redux again and update the child forum.
-- The forum is published but the parent is reset to — No parent —
Click on Redux’s Forum Attributes, you can’t see the private forum and thus can’t select it.
-- This bug also applies when Type is set to Category and when Visibility is set to Hidden.