Closed (fixed)
Project:
Category
Version:
master
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2005 at 02:12 UTC
Updated:
18 Dec 2005 at 12:20 UTC
Pure Drupal CVS, downloaded today.
Category module on.
Category menu module on.
Taxonomy module off.
If I create new category or edit existing category properties, it always become a root child.
Only if I open advanced category settings, drupal remembers right category parent I set.
Comments
Comment #1
Jaza commentedPatch committed. Thanks.
The 'container' field in the add/edit category form is now required, which means that a category cannot be added if there are no containers to choose from. This is the correct behaviour, because a category must have a container (even if that container is not its parent).
As for the problem of a category's parent not being choosable on the 'add category' page, there is currently no way that I can see to fix this, as some categories are not allowed to have parents, depending on the settings for their container. The category's parent(s) can always be chosen on the 'edit category' page, as the container has already been saved and defined for the category by then. For this reason, I recommend making use of the 'add child category' links on a container page.
Please let me know if the problem being referred to was not the problem that I fixed.
Comment #2
(not verified) commented