From 4e4f38b007a4d1d85c1303e620abe5322f5ad41d Mon Sep 17 00:00:00 2001 From: Aleksei Lipniagov Date: Thu, 29 Aug 2019 14:27:37 +0300 Subject: Add GroupLabel to cache --- lib/gitlab/import_export/project_hash_serializer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gitlab/import_export/project_hash_serializer.rb b/lib/gitlab/import_export/project_hash_serializer.rb index de95a36c0f9..ba3d63fcd49 100644 --- a/lib/gitlab/import_export/project_hash_serializer.rb +++ b/lib/gitlab/import_export/project_hash_serializer.rb @@ -3,7 +3,7 @@ module Gitlab module ImportExport class ProjectHashSerializer - CLASSES_TO_HASH = %w(Milestone).freeze + CLASSES_TO_HASH = %w(Milestone GroupLabel).freeze attr_reader :project, :tree, :cache -- cgit v1.2.1