Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Justyna Koralewicz <[email protected]>
  • Loading branch information
dabrt and juskora authored Jun 11, 2024
1 parent 97b6885 commit b9b61f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content_management/content_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ Drafts can be created in many ways, including:

#### Draft conflicts

Drafts of the same content item that originate from different sources can contain conflicting changes.
If several drafts exist of the same content item, for example, created by different users or as a result of different processes, they can contain conflicting changes.

Check warning on line 39 in docs/content_management/content_versions.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/content_versions.md#L39

[Ibexa.OxfordComma] Use a comma before the last 'and' or 'or' in a list of four or more items.
Raw output
{"message": "[Ibexa.OxfordComma] Use a comma before the last 'and' or 'or' in a list of four or more items.", "location": {"path": "docs/content_management/content_versions.md", "range": {"start": {"line": 39, "column": 1}}}, "severity": "WARNING"}
Such draft conflicts can be resolved by using the [Version Compare](work_with_versions.md#compare-versions) feature.

For more information about various operations on content versions, see [Work with versions](work_with_versions.md).

## Autosave

While you edit a content item or product, [[= product_name =]] automatically saves your work as a new draft to help you preserve the progress in an event of a failure.
While you edit a content item or product, [[= product_name =]] automatically saves your work as a new draft to help you preserve the progress in case of a failure.
To recover your work, [disable the Focus mode](../getting_started/discover_ui.md#disable-focus-mode), go to this content item's **Versions** tab, and open the most recent draft.
Alternatively, open the most recent draft of your work on the **Dashboard** page, **My content** area.

Check warning on line 48 in docs/content_management/content_versions.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/content_versions.md#L48

[Ibexa.DontCapitalize] Don't capitalize 'Dashboard' if inside the sentence.
Raw output
{"message": "[Ibexa.DontCapitalize] Don't capitalize 'Dashboard' if inside the sentence.", "location": {"path": "docs/content_management/content_versions.md", "range": {"start": {"line": 48, "column": 65}}}, "severity": "WARNING"}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ You may need to [disable the Focus mode](../../getting_started/discover_ui.md#di

- by trying to edit a content item that already has open drafts.
You then see a [**Draft conflict**](content_versions.md#draft-conflicts) screen, where you can pick a draft for editing, or create a new one.
The new draft is based on the published version of the content item and does not contain changes from other drafts.

![Draft conflict](img/draft_conflict.png "Draft conflict")

Expand Down

0 comments on commit b9b61f4

Please sign in to comment.