Hey I just installed 4.1.5.10 with articles. I imported over my articles and categories from the older version through SQL. Everything went ok, just had to reupload all of the images, not too bad it was a small site. However when going into publishing package settings, and enabling view subcategories in parents. I get ALL articles in every category. Any idea where I could have gone wrong?
Issue appears to be with this statement $where .= $iaCore->get('articles_show_children') ? sprintf(" AND t1.`category_id` IN (SELECT `category_id` FROM `%s` WHERE `parent_id` = %d) ", $iaArticlecat->getTableFlat(true), $category['id']) : " AND t1.`category_id` = ({$category['id']}) ";