Template_Management_Controller.php edited online with Bitbucket
This commit is contained in:
parent
8198485db6
commit
d25f1cdc06
@ -1067,7 +1067,7 @@ class Template_Management_Controller extends REST_Controller {
|
||||
$template = $form_template[$i]['form_template'];
|
||||
if($template != null || $template != ""){
|
||||
$fields = array('form_id' => $form_template[$i]['form_id'],'json' => $template,'map_id'=>$map_pk_id,'is_form_status'=>"DRAFT");
|
||||
if($form_template[$i]['form_id'] != 13 || $form_template[$i]['form_id'] != 18 ||$form_template[$i]['form_id'] != 26){
|
||||
if($form_template[$i]['form_id'] != 18 ||$form_template[$i]['form_id'] != 26){
|
||||
$json_pk_id = $this->Template_Management_Model->saveTemplateMapping($fields,TEMPLATE_JSON_V2);
|
||||
$c = $c." ".$json_pk_id;}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user