Project

General

Profile

« Previous | Next » 

Revision 47533

Loading message in every tab (with extra query) of landing pages | checks for undefined, null, empty simplified in html templates of landing pages | changed data-uk-tooltip to uk-tooltip | Organization landing: rename CSV buttons | Dataproviders landing: add both publications-datasets tabs at the same time | Projects landing: to get number of datasets, add a function to fetchDatasets class instead of calling directly search service | Publication & Dataset landing: added ul-light class for better visibility on dark background on tooltip in funded by section | Publication landing: small bug fix in journal display & journal/publisher display in download from section | Datasets landing: small bug fix in publisher display in download from section | claims project manager: search form moved to top, save changes button moved under pending claims | filters' modal of search pages moved to filters' component (old component not removed yet) and became smaller | Compatible dataproviders page: small bug fixes in url, filters, filter-name: changed to Funder from Funder database

View differences:

dataProviderInfo.ts
18 18
                            "pubsrepository::unknown",
19 19
                            "scholarcomminfra",
20 20
                            "pubsrepository::thematic",
21
                            "pubscatalogue::unknown"
21
                            "pubscatalogue::unknown",
22

  
23
                            "aggregator::datarepository",
24
                            "crissystem",
25
                            "datarepository::unknown"
22 26
                        ]),
23 27
        "datasetsTab": new Set<string>(
24
                        [   "aggregator::datarepository",
28
                        [   "aggregator::pubsrepository::institutional",
29
                            "aggregator::pubsrepository::unknown",
30
                            "aggregator::pubsrepository::journals",
25 31
                            "crissystem",
32
                            "infospace",
33
                            "pubsrepository::institutional",
34
                            "pubsrepository::journal",
35
                            "pubsrepository::unknown",
36
                            "scholarcomminfra",
37
                            "pubsrepository::thematic",
38
                            "pubscatalogue::unknown",
39

  
40
                            "aggregator::datarepository",
41
                            "crissystem",
26 42
                            "datarepository::unknown"
27 43
                        ]),
28 44
        "statisticsTab": new Set<string>(

Also available in: Unified diff