mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Preseve mid when reading notice-all document from other module
This commit is contained in:
parent
fea468f895
commit
c9230360cc
2 changed files with 8 additions and 3 deletions
|
|
@ -242,7 +242,7 @@ class boardView extends board
|
|||
if($oDocument->isExists())
|
||||
{
|
||||
// if the module srl is not consistent
|
||||
if($oDocument->get('module_srl')!=$this->module_info->module_srl )
|
||||
if($oDocument->get('module_srl') != $this->module_info->module_srl && $oDocument->get('is_notice') !== 'A')
|
||||
{
|
||||
throw new Rhymix\Framework\Exceptions\TargetNotFound;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue