diff options
author | Jason Colyer <jcolyer@Jasons-MacBook-Pro.local> | 2019-08-05 08:28:39 -0500 |
---|---|---|
committer | Jason Colyer <jcolyer@Jasons-MacBook-Pro.local> | 2019-08-05 08:28:39 -0500 |
commit | f4ceff6e0c1077552999c4267c887087471c4dce (patch) | |
tree | 47388ebeae7c888ff903611eca1ce0b59ff6f267 | |
parent | 87235d009c8d5f40ec0f29575c7af6e91cb0a926 (diff) | |
download | gitlab-ce-f4ceff6e0c1077552999c4267c887087471c4dce.tar.gz |
Make Issue boards importable
- Added space to li definiton
- Remove milestone from import_export.yml
-rw-r--r-- | app/views/projects/_export.html.haml | 2 | ||||
-rw-r--r-- | lib/gitlab/import_export/import_export.yml | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/app/views/projects/_export.html.haml b/app/views/projects/_export.html.haml index d14c5c27b65..e42772c2dd9 100644 --- a/app/views/projects/_export.html.haml +++ b/app/views/projects/_export.html.haml @@ -15,7 +15,7 @@ %li= _('Project configuration, including services') %li= _('Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities') %li= _('LFS objects') - %li=_('Issue Boards') + %li= _('Issue Boards') %p= _('The following items will NOT be exported:') %ul %li= _('Job traces and artifacts') diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml index 29da46fb18d..f3888857bb6 100644 --- a/lib/gitlab/import_export/import_export.yml +++ b/lib/gitlab/import_export/import_export.yml @@ -84,9 +84,6 @@ project_tree: - lists: - label: - :priorities - - milestone: - - events: - - :push_event_payload # Only include the following attributes for the models specified. included_attributes: |