|
|
@ -164,10 +164,11 @@ $(document).ready(function () { |
|
|
|
results: dataIntegrasiMaterial |
|
|
|
results: dataIntegrasiMaterial |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, error: function (jqXHR, textStatus, errorThrown) { |
|
|
|
}, error: function (jqXHR, textStatus, errorThrown) { |
|
|
|
|
|
|
|
// console.log("textStatus ", textStatus);
|
|
|
|
if (textStatus != "abort") { |
|
|
|
if (textStatus != "abort") { |
|
|
|
gantt.alert(`Status: ${textStatus}`); |
|
|
|
// gantt.alert(`Status: ${textStatus}`);
|
|
|
|
gantt.alert(`Error thrown: ${errorThrown}`); |
|
|
|
gantt.alert(`Data Not Found`); |
|
|
|
gantt.alert(`Error accessing URL: ${adwIntegrationUrl}/request-material/get-material-integration`); |
|
|
|
// gantt.alert(`Error accessing URL: ${adwIntegrationUrl}/request-material/get-material-integration`);
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|