|
|
@ -163,7 +163,11 @@ $(document).ready(function () { |
|
|
|
return { |
|
|
|
return { |
|
|
|
results: dataIntegrasiMaterial |
|
|
|
results: dataIntegrasiMaterial |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
}, error: function (jqXHR, textStatus, errorThrown) { |
|
|
|
|
|
|
|
gantt.alert(`Status: ${textStatus}`); |
|
|
|
|
|
|
|
gantt.alert(`Error thrown: ${errorThrown}`); |
|
|
|
|
|
|
|
gantt.alert(`Error accessing URL: ${adwIntegrationUrl}/request-material/get-material-integration`); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|