Update API test comment and enhance success alert handling in incomingSilicaSandDetails
This commit is contained in:
parent
eac34ac2af
commit
fa40905de9
@ -2,7 +2,7 @@
|
||||
|
||||
# GET http://localhost/ci4/ria/dieselMachineDetails
|
||||
|
||||
GET http://localhost/ci4/ria/dieselMachineDetails
|
||||
# GET http://localhost/ci4/ria/dieselMachineDetails
|
||||
|
||||
// $routes->match(['GET', 'POST'], 'trpProductionDetails', 'StockController::trpProductionDetails');
|
||||
|
||||
|
||||
@ -1409,9 +1409,8 @@ $(document).ready(function() {
|
||||
clayOrLossOfIgnition : $('#sandType').val() == 'silica sand' ? $('#dwnldClayId').text(): $('#dwnldLossOfIgnitionId').text()
|
||||
},
|
||||
success: function(data){
|
||||
alert("Data Saved Successfully..!!");
|
||||
console.log(data);
|
||||
// window.location.reload();
|
||||
alert("Data Saved Successfully..!!");
|
||||
window.location.reload();
|
||||
},
|
||||
error : function(xhr, status, error){
|
||||
alert("An error occurred while processing the request. Please try again.");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user