Prevent updating module_srl in procBoardInsertDocument

This commit is contained in:
Kijin Sung 2022-08-02 08:27:54 +09:00
parent fa64ad3600
commit 7c963d0ac3

View file

@ -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)