mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Prevent updating module_srl in procBoardInsertDocument
This commit is contained in:
parent
fa64ad3600
commit
7c963d0ac3
1 changed files with 4 additions and 0 deletions
|
|
@ -176,6 +176,10 @@ class boardController extends board
|
|||
$obj->module_srl = $oDocument->get('module_srl');
|
||||
$obj->category_srl = $oDocument->get('category_srl');
|
||||
}
|
||||
else
|
||||
{
|
||||
$obj->module_srl = $oDocument->get('module_srl');
|
||||
}
|
||||
|
||||
// notice & document style same as before if not manager
|
||||
if(!$this->grant->manager)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue