Closed jacob-g closed 9 years ago
One of them showed up in the database as category -2.
This was repeated elsewhere.
Found the problem: the JS editor gives it a temporary ID of -2 (-3, -4, ... for subsequent new categories). When the form processor receives the information, it doesn't map the temporary id to the new id.
The bug was the result of porting the system to the centralized create_forum function while not considering the mappings when choosing the category id.
If you create a category then immediately start adding forums, they don't show up.