-
Couldn't load subscription status.
- Fork 79
Delete study functionality #1590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete study functionality #1590
Conversation
|
@squirrelo could you pull from the branch and fix the conflicts? Thanks. |
|
done. |
|
👍 |
|
ping @josenavas |
| 'message': 'User does not have access to study'} | ||
| self.assertEqual(obs, exp) | ||
|
|
||
| def test_study_delete_req(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is modifying the DB - shouldn't the class be decorated with the safeguard that we put in place?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
|
Few comments |
Depends on #1589
This adds the deletion of studies to the new layout.