mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 14:44:26 +08:00
fixes assign items flash message [fixes SCI-2487]
This commit is contained in:
parent
1bc869d4ca
commit
f769215468
1 changed files with 1 additions and 0 deletions
|
@ -423,6 +423,7 @@ class MyModulesController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
if records_names.any?
|
if records_names.any?
|
||||||
|
records_names.uniq!
|
||||||
Activity.create(
|
Activity.create(
|
||||||
type_of: :assign_repository_record,
|
type_of: :assign_repository_record,
|
||||||
project: @project,
|
project: @project,
|
||||||
|
|
Loading…
Reference in a new issue