1.) fixed deleting input and output doc and dynaform code
2.) Added saving function code for output doc
This commit is contained in:
@@ -44,7 +44,10 @@ try {
|
||||
require_once 'classes/model/ObjectPermission.php';
|
||||
G::LoadClass( 'processMap' );
|
||||
|
||||
$sfunction =$_POST['function'];
|
||||
if(isset($_POST['function']))
|
||||
$sfunction =$_POST['function'];
|
||||
else
|
||||
$sfunction =$_POST['functions'];
|
||||
|
||||
switch($sfunction){
|
||||
case 'getRelationInfDoc':
|
||||
|
||||
Reference in New Issue
Block a user