Implement preloader enhancements for quantity management and increment version code to 4.72.741

This commit introduces a loading overlay for heavy page loads in the quantity management section, improving user experience during data retrieval. Additionally, a loader is displayed upon clicking specific links to enhance feedback while waiting for server responses. Minor adjustments are made to the JavaScript handling of anomalies, ensuring smoother interactions. The version code is incremented to reflect these updates.
This commit is contained in:
2026-07-08 09:27:01 -04:00
parent 47a2b051ba
commit 6d3fd04232
4 changed files with 34 additions and 2 deletions

View File

@ -2520,5 +2520,10 @@
setBibContainerHtml(btn.closest('.epr-row'), data.html);
});
});
// MSIN-4436 — Anomalies : coquille légère au chargement, détail en AJAX.
if (document.querySelector('#bib-anomalies-panel[data-bib-anomalies-deferred="1"]')) {
refreshBibAnomaliesPanel();
}
}
})();