Forums
1 bug and fix
-
add new post & edit post, click category, say if the categories should be:
1
-- 11
---- 111
-- 12
2the original code display:
1
-- 11
-- 111
-- 12
2Looking through the code, I found in method indentationLevelForCategory in WPSegmentedSelectionTableViewController.m
Category *category = [categoryDict valueForKey:[parentID stringValue]];should be
Category *category = [categoryDict objectForKey:parentID];Hope this will be helpful. Although this is only a minor bug.
-
Nice catch!
I've opened ticket a ticket for the bug: #1078.
Topic Closed
This topic has been closed to new replies.