diff --git a/modules/cove_resourceprojects.py b/modules/cove_resourceprojects.py index 52aab71..d2e86bc 100644 --- a/modules/cove_resourceprojects.py +++ b/modules/cove_resourceprojects.py @@ -194,6 +194,7 @@ def delete(dataset): 'action_name': 'Delete', 'depends': 'live', 'function': delete, + 'delete': True, # Hackish way to special case this in the template 'main': False }), ]) diff --git a/requirements.txt b/requirements.txt index 2da822c..aac5c78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ --e git+https://github.com/OpenDataServices/cove.git@507e18e78f319d1c30578dbe80f9c8c52699ef19#egg=cove +-e git+https://github.com/OpenDataServices/cove.git@0e17d0c5f8b34c1885f1eee01dcba8457d080d81#egg=cove -e git+https://github.com/OpenDataServices/flatten-tool.git@61d8404b444f10384363cde1cad542a0d04af004#egg=flattentool -r requirements_taglifter.txt gunicorn==19.3.0