diff --git a/project/__init__.py b/project/__init__.py index 13b519b..e23e22c 100644 --- a/project/__init__.py +++ b/project/__init__.py @@ -1 +1 @@ -__version__ = '0.1.28' +__version__ = '0.1.29' diff --git a/project/client/templates/home.html b/project/client/templates/home.html index 90a4122..753711c 100644 --- a/project/client/templates/home.html +++ b/project/client/templates/home.html @@ -29,7 +29,7 @@

Affiliation matcher

- +
diff --git a/project/client/templates/version.html b/project/client/templates/version.html index baec65a..5ef49d2 100644 --- a/project/client/templates/version.html +++ b/project/client/templates/version.html @@ -1 +1 @@ -0.1.28 +0.1.29 diff --git a/project/server/main/tasks.py b/project/server/main/tasks.py index 2ea79f3..44c8a2c 100644 --- a/project/server/main/tasks.py +++ b/project/server/main/tasks.py @@ -59,7 +59,7 @@ def create_task_load(args: dict = None) -> dict: result.update(load_grid(index_prefix=index_prefix_dated)) result.update(load_rnsr(index_prefix=index_prefix_dated)) result.update(load_ror(index_prefix=index_prefix_dated)) - result.update(load_paysage(index_prefix=index_prefix_dated)) + # result.update(load_paysage(index_prefix=index_prefix_dated)) elif matcher_type == 'country': result.update(load_country(index_prefix=index_prefix_dated)) elif matcher_type == 'grid': @@ -71,7 +71,8 @@ def create_task_load(args: dict = None) -> dict: elif matcher_type == 'wikidata': result.update(load_wikidata(index_prefix=index_prefix_dated)) elif matcher_type == "paysage": - result.update(load_paysage(index_prefix=index_prefix_dated)) + result = {"Error": "Matcher paysage not developped yet!"} + # result.update(load_paysage(index_prefix=index_prefix_dated)) else: result = {'Error': f'Matcher type {matcher_type} unknown'} # An alias is the put on the newly created indices