|
|
@ -1033,7 +1033,7 @@ class UsersController < ApplicationController
|
|
|
|
update_org_activity(homework.class,homework.id)
|
|
|
|
update_org_activity(homework.class,homework.id)
|
|
|
|
|
|
|
|
|
|
|
|
flash[:notice] = l(:notice_successful_create)
|
|
|
|
flash[:notice] = l(:notice_successful_create)
|
|
|
|
redirect_to student_work_index_url(:homework => params[:homework])
|
|
|
|
redirect_to student_work_index_url(:homework => params[:homework], :tab => 2)
|
|
|
|
else
|
|
|
|
else
|
|
|
|
render_403
|
|
|
|
render_403
|
|
|
|
end
|
|
|
|
end
|
|
|
|