From f769215468f6ef94c2cd1be8f3fe431c43516d99 Mon Sep 17 00:00:00 2001 From: zmagod Date: Fri, 8 Jun 2018 10:02:57 +0200 Subject: [PATCH] fixes assign items flash message [fixes SCI-2487] --- app/controllers/my_modules_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/my_modules_controller.rb b/app/controllers/my_modules_controller.rb index 0ddcb053d..1e372fc6d 100644 --- a/app/controllers/my_modules_controller.rb +++ b/app/controllers/my_modules_controller.rb @@ -423,6 +423,7 @@ class MyModulesController < ApplicationController end if records_names.any? + records_names.uniq! Activity.create( type_of: :assign_repository_record, project: @project,