FI changes : 3

This commit is contained in:
gandhimathi 2022-09-21 05:07:06 +00:00
parent ac69831c07
commit f9c7349dcf

View File

@ -1675,8 +1675,7 @@ class Template_Management_Controller extends REST_Controller {
if(count($json_table)>0){
$data['dataStatus'] = true;
$data['status'] = REST_Controller::HTTP_OK;
$data['json'] = $json_table[0]['json'];
$data['template_id'] = $json_table[0]['id'];
$data['json'] = $json_table;
$this->response($data,REST_Controller::HTTP_OK);
}
else