Save User config API issue fixed
This commit is contained in:
parent
cbd33ecb28
commit
43c5c7ea54
@ -492,6 +492,13 @@ class User_Management_Controller extends REST_Controller {
|
||||
}
|
||||
// print_r($rcm_state_mapping);
|
||||
// die();
|
||||
|
||||
// echo "\n old data \n";
|
||||
// print_r($user_config['rcm_state_mapping']);
|
||||
// echo "new data";
|
||||
// print_r($rcm_state_mapping);
|
||||
// die();
|
||||
}
|
||||
if(!empty($rcm_state_mapping)) {
|
||||
$insert_value = array();
|
||||
foreach($rcm_state_mapping as $key=>$value) {
|
||||
@ -508,12 +515,6 @@ class User_Management_Controller extends REST_Controller {
|
||||
$rcmstate_msg = "RCM States Added";
|
||||
}
|
||||
}
|
||||
// echo "\n old data \n";
|
||||
// print_r($user_config['rcm_state_mapping']);
|
||||
// echo "new data";
|
||||
// print_r($rcm_state_mapping);
|
||||
// die();
|
||||
}
|
||||
}
|
||||
|
||||
/** END OF INSERTING THE RCM STATE MAPPING DATA */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user