-
Notifications
You must be signed in to change notification settings - Fork 42
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
Only ensure a CbrainFileList read access at task launch, resolves #1057 #1417
base: dev
Are you sure you want to change the base?
Conversation
Looks good to me. |
Hi, thanks. Indeed technically feature seems working, and task launch renders task submission forms successfully. Still there could be more problems down the road: task submission, validation, etc whenever file access is double-checked. (Repeat check servers either as anti-hack or access change support I guess). It may deserve a separate ticket, but if you like I can add they here. I think rest of task access check should be modified, case by case ( or, if you prefer keep code dried, by adding |
I am a bit unsure with files that have cbcsv extension yet not type |
@prioux I pushed a few changes to make sure that the task with read-only list can pass the validation |
… access at task submission, resolves aces#1057
As I review this right now, there are three changed files in the pull request.
|
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.
I think the changes to the second file are wrong. Something doesn't seem right
see #1057 for details