From a889174938eaede0010b145e90454297bd1234ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Zrim=C5=A1ek?= Date: Tue, 18 Apr 2017 15:08:13 +0200 Subject: [PATCH] Name of result tables should be nil, as it can't be specified. [fixes SCI-1187] --- app/controllers/result_tables_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/result_tables_controller.rb b/app/controllers/result_tables_controller.rb index 7c3820625..c4e4243cb 100644 --- a/app/controllers/result_tables_controller.rb +++ b/app/controllers/result_tables_controller.rb @@ -33,6 +33,7 @@ class ResultTablesController < ApplicationController @table.created_by = current_user @table.team = current_team @table.last_modified_by = current_user + @table.name = nil @result = Result.new( user: current_user, my_module: @my_module,