Forums

1 bug and fix

  1. add new post & edit post, click category, say if the categories should be:
    1
    -- 11
    ---- 111
    -- 12
    2

    the original code display:
    1
    -- 11
    -- 111
    -- 12
    2

    Looking 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.

  2. Nice catch!
    I've opened ticket a ticket for the bug: #1078.

Topic Closed

This topic has been closed to new replies.


About this Topic

Tags

No tags yet.