Skip to content
Snippets Groups Projects
Commit 23ebaf3b authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

Merge branch 'fix/24201/2301' into '2301_releases'

[24201] Administration - Historique : anomalies avec les plages de date et le bouton "afficher tout l'historique"

See merge request maarch/MaarchCourrier!1015
parents e88a84c0 e8a27132
No related branches found
No related tags found
No related merge requests found
......@@ -101,8 +101,6 @@ export class HistoryComponent implements OnInit {
}
initHistoryMode() {
this.resetFilter();
if (this.fullHistoryMode) {
this.extraParamUrl = this.resId !== null ? `&resId=${this.resId}` : '';
this.filterListUrl = this.resId !== null ? `../rest/history/availableFilters?resId=${this.resId}` : '../rest/history/availableFilters';
......@@ -165,8 +163,6 @@ export class HistoryComponent implements OnInit {
if (this.filterList === null) {
this.filterList = {};
this.filterUsed = {};
this.filterUrl = '';
this.loadingFilters = true;
this.http.get(this.filterListUrl).pipe(
map((data: any) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment