edbennett / cogs3

Project Management System
MIT License
0 stars 2 forks source link

Delete link on attribution list page not working #137

Closed markgdawson closed 5 years ago

markgdawson commented 5 years ago

Delete link on unapproved projects created by a PI not working:

http://localhost:8000/en-gb/funding/list/

edbennett commented 5 years ago

inconsistency was between logic to display link and logic to allow deletion. adjusted logic to allow PIs to delete their attributions before they are approved, which is what the UI assumed. adjusted the UI to show the delete link when funding approval isn't required.