The issue @PitaJ linked and this commit https://github.com/NodeBB/NodeBB/commit/6e5de39ba05984a2791e01fffdb2a48a8b4924c5 are related to this bug.
0Disabled categories when creating post
-
I have set up a number of categories and disabled some of them, it looks like this in admin panel.
But when creating a new post, user still can choose disabled categories!
Steps to reproduce:
- Create a category
- Disable it
- During creation of new topic, choose a disabled category in the categories list. Your new topic will be rejected, because of insufficient rights.
Expected behavior:
Disabled category should disappear from everywhere, including categories list when creatign topic. -
What is your git hash?
-
Git hash is 53af9ec2e806c25a2933ca8440e3f8d21e74bcd5
I just did a clean setup recently, maybe a week ago. -
Can you post a screenshot of the settings page from one of the categories?
-
I made some fixes to the composer for disabled categories, will be available in next release. Thanks for reporting.