diff --git a/src/app/topic/indicators.component.html b/src/app/topic/indicators.component.html index 4ba7b57..35eceae 100644 --- a/src/app/topic/indicators.component.html +++ b/src/app/topic/indicators.component.html @@ -262,15 +262,15 @@
diff --git a/src/app/topic/indicators.component.ts b/src/app/topic/indicators.component.ts index 895f91b..1f260dd 100644 --- a/src/app/topic/indicators.component.ts +++ b/src/app/topic/indicators.component.ts @@ -73,7 +73,7 @@ export class IndicatorsComponent implements OnInit, OnDestroy, OnChanges, AfterV * Toggles */ public grid: boolean = true; - private editing: boolean = false; + public editing: boolean = false; /** Safe Urls*/ public safeUrls: Map = new Map([]); @@ -122,6 +122,7 @@ export class IndicatorsComponent implements OnInit, OnDestroy, OnChanges, AfterV if (this.canEdit) { if (changes.topicIndex || changes.categoryIndex || changes.subcategoryIndex) { this.buildFilters(); + this.initReorder(); } this.filterCharts(); this.filterNumbers();