Skip to content
Snippets Groups Projects
Commit e31f8be7 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Merge branch 'dev'

parents 7447d170 11a47c97
No related branches found
No related tags found
4 merge requests!38Merge py3 into dev,!33Resolve "Angabe zum Musterdatensatz beim DCAT-Harvesting übernehmen",!31Revert "Merge branch '31-return-404-on-missing-resource-type' into 'v1.3'",!25Resolve "bessere Lösung zum Ignorieren des fehlenden Zeitbezugs bei manchen Herausgebern"
This commit is part of merge request !31. Comments created here will be created in the context of that merge request.
...@@ -31,7 +31,7 @@ get_action = logic.get_action ...@@ -31,7 +31,7 @@ get_action = logic.get_action
class OdshRouteController(HomeController): class OdshRouteController(HomeController):
def info_page(self): def info_page(self):
h.redirect_to('https://www.schleswig-holstein.de/odpinfo') h.redirect_to('http://www.schleswig-holstein.de/odpinfo')
def start(self): def start(self):
h.redirect_to('/dataset') h.redirect_to('/dataset')
......
...@@ -49,7 +49,6 @@ def add_pkg_to_collection(id_pkg, id_collection): ...@@ -49,7 +49,6 @@ def add_pkg_to_collection(id_pkg, id_collection):
'object': id_collection, 'object': id_collection,
'type': 'child_of', 'type': 'child_of',
} }
if toolkit.check_access('package_relationship_create',relationship_dict):
toolkit.get_action('package_relationship_create')(None, relationship_dict) toolkit.get_action('package_relationship_create')(None, relationship_dict)
def use_matomo(): def use_matomo():
......
{% extends "page.html" %} {% extends "page.html" %}
{% set commit_hash = h.tpsh_git_commit_hash() %}
{% block subtitle %} {{ _('Login') }} {% endblock %} {% block subtitle %} {{ _('Login') }} {% endblock %}
{% block skip %} {% block skip %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment