fix bug in create project response

This commit is contained in:
Anton Chuchkalov 2014-12-01 13:09:54 +03:00
parent 8fd2129a4d
commit 8dbc54b5da

View File

@ -550,6 +550,7 @@ module Version2_0
info += " Project roles '#{roles[:new].join("', '")}' have been automaticaly created" unless roles[:new].empty?
info += " Project roles '#{roles[:exist].join("', '")}' weren't created because they exist" unless roles[:exist].empty?
info += " Project roles '#{roles[:error].join("', '")}' weren't created because of internal error" unless roles[:error].empty?
info
end
end
end