Merge pull request #1195 from ZmagoD/zd_SCI_2487

fixes assign items flash message [fixes SCI-2487]
This commit is contained in:
Zmago Devetak 2018-06-08 14:40:48 +02:00 committed by GitHub
commit 0b5c1e3ecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -423,6 +423,7 @@ class MyModulesController < ApplicationController
end
if records_names.any?
records_names.uniq!
Activity.create(
type_of: :assign_repository_record,
project: @project,