Project

General

Profile

« Previous | Next » 

Revision 59224

[Monitor Dashboard | Trunk]

Indicators Page:
- keep parameters
- add feadback link

Admin manage number indicators:

- add message when stakeholder parameterization is not applied
- preview the number API url (similar to charts)
- json path: auto generate if the first one has comma separated values
- fix stakeholder parameterization for numbers from stats-tool

Filtering:
- fixes

View differences:

statistics.service.ts
42 42
    getChartUrl(source: SourceType, url: string): string {
43 43
        return this.chartSources.get(source)[0] + url;
44 44
    }
45
    getNumberUrl(source: string, url: string): string {
46
      return this.numberSources.get(this.getSourceType(source))[0] + url;
47
    }
45 48
    getNumberSource(url: string): SourceType {
46 49
      let source: SourceType = 'search';
47 50
      this.numberSources.forEach((values, key) => {

Also available in: Unified diff