fix ajax action access, dont use delayed for model_solutions

This commit is contained in:
Karol
2020-10-06 16:42:09 +02:00
committed by dependabot-preview[bot]
parent c9b6b213f4
commit 6e11f29fdf
3 changed files with 2 additions and 3 deletions

View File

@ -50,7 +50,6 @@ module ProformaService
task_file(file).tap do |ms_file|
ms_file.used_by_grader = false
ms_file.usage_by_lms = 'display'
ms_file.visible = 'delayed'
end
]
end