Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Interestingly, this may have been broken for some time, but less common.2.0.0-2.1.latest:[CODE="php"]protected function _preSave(){ if ($this->prefix_id && ($this->isChanged(['prefix_id', 'node_id']))) { if (!$this->Forum->isPrefixValid($this->prefix_id)) { $this->prefix_id = 0; } }}[/CODE]But yeah I think silently skipping is about the best we can do here.
Interestingly, this may have been broken for some time, but less common.
2.0.0-2.1.latest:
[CODE="php"]protected function _preSave()
{
if ($this->prefix_id && ($this->isChanged(['prefix_id', 'node_id'])))
if (!$this->Forum->isPrefixValid($this->prefix_id))
$this->prefix_id = 0;
}
}[/CODE]
But yeah I think silently skipping is about the best we can do here.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences