diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-15 21:06:25 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-15 21:06:25 +0000 |
commit | 0ff031c7f4e2c7fe1b671b30fef569eb3fbea942 (patch) | |
tree | 0493e9faf4bb9d69c06226901cea12f22714a92a /doc | |
parent | 7b8ec6e718331dd1f8330f08f49f01ba2c20b84c (diff) | |
download | gitlab-ce-0ff031c7f4e2c7fe1b671b30fef569eb3fbea942.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/issues/design_management.md | 30 | ||||
-rw-r--r-- | doc/user/project/issues/img/confirm_design_deletion_v12_4.png | bin | 0 -> 760814 bytes | |||
-rw-r--r-- | doc/user/project/issues/img/delete_multiple_designs_v12_4.png | bin | 0 -> 1330499 bytes | |||
-rw-r--r-- | doc/user/project/issues/img/delete_single_design_v12_4.png | bin | 0 -> 2834774 bytes | |||
-rw-r--r-- | doc/user/project/issues/img/select_all_designs_v12_4.png | bin | 0 -> 1325569 bytes | |||
-rw-r--r-- | doc/user/project/issues/img/select_designs_v12_4.png | bin | 0 -> 1324080 bytes |
6 files changed, 30 insertions, 0 deletions
diff --git a/doc/user/project/issues/design_management.md b/doc/user/project/issues/design_management.md index 3318d2fdd2e..0e1f827d781 100644 --- a/doc/user/project/issues/design_management.md +++ b/doc/user/project/issues/design_management.md @@ -47,6 +47,8 @@ to be enabled: when an issue is deleted. - Design Management [isn't supported by Geo](https://gitlab.com/groups/gitlab-org/-/epics/1633) yet. +- Only the latest version of the designs can be deleted. +- Deleted designs cannot be recovered but you can see them on previous designs versions. ## The Design Management page @@ -77,6 +79,34 @@ to help summarize changes between versions. | Modified (in the selected version) | ![Design Modified](img/design_modified_v12_3.png) | | Added (in the selected version) | ![Design Added](img/design_added_v12_3.png) | +## Deleting designs + +> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/11089) in [GitLab Premium](https://about.gitlab.com/pricing/) 12.4. + +There are two ways to delete designs: manually delete them +individually, or select a few of them to delete at once, +as shown below. + +To delete a single design, click it to view it enlarged, +then click the trash icon on the top right corner and confirm +the deletion by clicking the **Delete** button on the modal window: + +![Confirm design deletion](img/confirm_design_deletion_v12_4.png) + +To delete multiple designs at once, on the design's list view, +first select the designs you want to delete: + +![Select designs](img/select_designs_v12_4.png) + +Once selected, click the **Delete selected** button to confirm the deletion: + +![Delete multiple designs](img/delete_multiple_designs_v12_4.png) + +NOTE: **Note:** +Only the latest version of the designs can be deleted. +Deleted designs are not permanently lost; they can be +viewed by browsing previous versions. + ## Adding annotations to designs When a design image is displayed, you can add annotations to it by clicking on diff --git a/doc/user/project/issues/img/confirm_design_deletion_v12_4.png b/doc/user/project/issues/img/confirm_design_deletion_v12_4.png Binary files differnew file mode 100644 index 00000000000..b1a55c639ca --- /dev/null +++ b/doc/user/project/issues/img/confirm_design_deletion_v12_4.png diff --git a/doc/user/project/issues/img/delete_multiple_designs_v12_4.png b/doc/user/project/issues/img/delete_multiple_designs_v12_4.png Binary files differnew file mode 100644 index 00000000000..b421a5577df --- /dev/null +++ b/doc/user/project/issues/img/delete_multiple_designs_v12_4.png diff --git a/doc/user/project/issues/img/delete_single_design_v12_4.png b/doc/user/project/issues/img/delete_single_design_v12_4.png Binary files differnew file mode 100644 index 00000000000..0ca03b48e76 --- /dev/null +++ b/doc/user/project/issues/img/delete_single_design_v12_4.png diff --git a/doc/user/project/issues/img/select_all_designs_v12_4.png b/doc/user/project/issues/img/select_all_designs_v12_4.png Binary files differnew file mode 100644 index 00000000000..b08b04c1214 --- /dev/null +++ b/doc/user/project/issues/img/select_all_designs_v12_4.png diff --git a/doc/user/project/issues/img/select_designs_v12_4.png b/doc/user/project/issues/img/select_designs_v12_4.png Binary files differnew file mode 100644 index 00000000000..a53bd516300 --- /dev/null +++ b/doc/user/project/issues/img/select_designs_v12_4.png |