Description:
fix direct edit link
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r641:2a2038aee8bd - - 1 file changed: 1 inserted, 1 deleted
@@ -1,6 +1,6 | |||||
|
1 | class SubmissionsController < ApplicationController |
|
1 | class SubmissionsController < ApplicationController |
|
2 | before_filter :authenticate |
|
2 | before_filter :authenticate |
|
3 | - before_filter :submission_authorization, only: [:show, :direct_edit_submission, :download] |
|
3 | + before_filter :submission_authorization, only: [:show, :direct_edit_submission, :download, :edit] |
|
4 |
|
4 | ||
|
5 | # GET /submissions |
|
5 | # GET /submissions |
|
6 | # GET /submissions.json |
|
6 | # GET /submissions.json |
You need to be logged in to leave comments.
Login now