datacorrection
This commit is contained in:
parent
60c73de203
commit
9bf2dd933c
@ -215,7 +215,7 @@ $route['setgrpstatus'] = 'Broadcast_Controller/setgrpstatus';
|
|||||||
|
|
||||||
$route['getAllstudentcoursedetail'] = 'DataCorrection_Controller/getAllstudentcoursedetail';
|
$route['getAllstudentcoursedetail'] = 'DataCorrection_Controller/getAllstudentcoursedetail';
|
||||||
$route['getAllfeedetail'] = 'DataCorrection_Controller/getAllfeedetail';
|
$route['getAllfeedetail'] = 'DataCorrection_Controller/getAllfeedetail';
|
||||||
$route['updateCourseDetails'] = 'DataCorrection_Controller/updateCourseDetails';
|
$route['updateCourseDetailss'] = 'DataCorrection_Controller/updateCourseDetailss';
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -140,7 +140,7 @@ class DataCorrection_Controller extends REST_Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function updateCourseDetails_post()
|
public function updateCourseDetailss_post()
|
||||||
{
|
{
|
||||||
$search['University'] = $this->post('universityid');
|
$search['University'] = $this->post('universityid');
|
||||||
$search['courseId'] = $this->post('courseId');
|
$search['courseId'] = $this->post('courseId');
|
||||||
|
|||||||
@ -229,7 +229,7 @@ $scope.universitySearchData = '';
|
|||||||
|
|
||||||
var updatecourse = {
|
var updatecourse = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: apiPoint.url + 'updateCourseDetails/',
|
url: apiPoint.url + 'updateCourseDetailss/',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user