Opened 13 months ago
Closed 13 months ago
#1078 closed defect (fixed)
Categories only show one level of nesting.
| Reported by: | aerych | Owned by: | aerych |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.1 |
| Component: | Posts | Version: | 2.9 |
| Keywords: | Cc: |
Description
Reported: http://ios.forums.wordpress.org/topic/1-bug-and-fix?replies=1
To duplicate:
- In your blogs admin, create a category named "parent".
- Create a category named "child" and make it a child of "parent".
- Create a category named "grandchild" and make it a child of "child".
Check the list of categories in the iOS app and you'll see that "child" and "grandchild" have the same level of nesting.
Change History (1)
comment:1 Changed 13 months ago by aerych
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [2666].
The value of category was previously nil, so all nested categories appeared at the same level.