dev_jupyter
cxt 5 years ago
parent f0575d18ff
commit 5c518fd4eb

@ -16,6 +16,7 @@ json.is_evaluation @is_evaluation ? @is_evaluation : false
json.work_public @homework.work_public
json.allow_late @homework.allow_late
if @user_course_identity < Course::STUDENT
json.calculation_time @homework.calculation_time if @homework.homework_type == "practice"

@ -0,0 +1,5 @@
class AddUserIdToTagDiscipline < ActiveRecord::Migration[5.2]
def change
end
end
Loading…
Cancel
Save