MSIN-4328 — Remove automatic loading of sync logs in fxChronotrackApiAdminRenderPageScript to streamline user experience. Update comments to clarify log access method, ensuring better understanding of log visibility options. Increment version code.
This commit is contained in:
@ -1706,7 +1706,6 @@ function fxChronotrackApiAdminRenderPageScript($intEveId, $arrConfig, $blnClosed
|
||||
$res.html('<div class="alert alert-info small mb-0"><strong>Réponse script :</strong><br><pre class="mb-0" style="white-space:pre-wrap;">'
|
||||
+ $('<div/>').text(txt || '(vide)').html() + '</pre></div>');
|
||||
loadAutoDiag();
|
||||
loadSyncLogs();
|
||||
}).fail(function (xhr) {
|
||||
$res.html('<div class="alert alert-danger small mb-0">Script injoignable sur ce domaine (HTTP '
|
||||
+ (xhr.status || '?') + '). Fichier pas déployé ici ?</div>');
|
||||
@ -1878,7 +1877,7 @@ function fxChronotrackApiAdminRenderPageScript($intEveId, $arrConfig, $blnClosed
|
||||
errors: tabErrAll.slice(0, 20)
|
||||
});
|
||||
loadPushPreview(true);
|
||||
loadSyncLogs();
|
||||
// Logs : uniquement via « Voir les logs » (pas d’ouverture auto)
|
||||
}
|
||||
|
||||
function pushChunk() {
|
||||
|
||||
Reference in New Issue
Block a user