summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-09-26 23:36:31 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-19 14:58:25 -0200
commite00c739f975672eaba474824436ec70d979e1fcc (patch)
tree502b1dfa961cbf5b44c20e7380445b1a0409cb4f
parent20b6974a5c7866b24969937caadd5cf483c8f8a4 (diff)
downloadgitlab-ce-e00c739f975672eaba474824436ec70d979e1fcc.tar.gz
Add Label attributes: type, and group_id to safe model attributes
-rw-r--r--spec/lib/gitlab/import_export/safe_model_attributes.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/lib/gitlab/import_export/safe_model_attributes.yml b/spec/lib/gitlab/import_export/safe_model_attributes.yml
index 8c8be66df9f..26049914bac 100644
--- a/spec/lib/gitlab/import_export/safe_model_attributes.yml
+++ b/spec/lib/gitlab/import_export/safe_model_attributes.yml
@@ -64,7 +64,9 @@ Label:
- id
- title
- color
+- group_id
- project_id
+- type
- created_at
- updated_at
- template