Name of result tables should be nil, as it can't be specified. [fixes SCI-1187]

This commit is contained in:
Matej Zrimšek 2017-04-18 15:08:13 +02:00
parent c8ba234023
commit a889174938

View file

@ -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,