mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
Name of result tables should be nil, as it can't be specified. [fixes SCI-1187]
This commit is contained in:
parent
c8ba234023
commit
a889174938
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue