Skip to content

Commit

Permalink
[OpenDataServices/cove#130] Add tooltip when a dataset can't be deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Nov 20, 2015
1 parent 888e5a3 commit e4ba4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/cove_resourceprojects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}),
])
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e4ba4a8

Please sign in to comment.