diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-09-26 23:36:31 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-10-19 14:58:25 -0200 |
commit | e00c739f975672eaba474824436ec70d979e1fcc (patch) | |
tree | 502b1dfa961cbf5b44c20e7380445b1a0409cb4f /spec/lib | |
parent | 20b6974a5c7866b24969937caadd5cf483c8f8a4 (diff) | |
download | gitlab-ce-e00c739f975672eaba474824436ec70d979e1fcc.tar.gz |
Add Label attributes: type, and group_id to safe model attributes
Diffstat (limited to 'spec/lib')
-rw-r--r-- | spec/lib/gitlab/import_export/safe_model_attributes.yml | 2 |
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 |