- Affected version
- 2.0.11
In both AdminNavigation and Navigation entities, there is code to update child navigation items when the primary id changes;
However this code does not trigger the
PHP:
{
$this->db()->update('xf_navigation',
['parent_navigation_id' => $this->navigation_id],
'parent_navigation_id = ?', $this->getExistingValue('navigation_id')
);
}
However this code does not trigger the
XF:DevOutputWritable
behaviour on the entity for each changed child.