Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 15/umbraco-workflow/getting-started/submitting-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It is possible to schedule both **Publish on** and **Unpublish on** dates in a P

If the document varies by culture, the editor must select one or more variants to submit for approval.

When a document is invariant, the variants selector is not displayed, and the approval flow follows the [default permissions inheritance pattern](workflow-content-app.md#approval-flow-types).
When a document is invariant, the variants selector is not displayed, and the approval flow follows the [default permissions inheritance pattern](workflow-workspace-view.md#approval-flow-types).

![Request approval overlay](images/approval-request-overlay-variants-v14.png)

Expand Down
6 changes: 3 additions & 3 deletions 15/umbraco-workflow/installation/installing-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ To install the Umbraco Workflow package (Umbraco.Workflow), follow these steps:

1. Run the following command to add a package reference to your Umbraco project:

```
```console
dotnet add package Umbraco.Workflow
```

2. Restart the web application using the following command:

```
```console
dotnet run
```

Expand All @@ -55,7 +55,7 @@ To install via Visual Studio, follow these steps:
```

{% hint style="info" %}
To test-drive Umbraco Workflow consider installing the [Umbraco.Workflow.DataGenerator package](../data-generator/data-generator).
To test-drive Umbraco Workflow consider installing the [Umbraco.Workflow.DataGenerator package](../data-generator/data-generator.md).
{% endhint %}

## Using Umbraco Workflow
Expand Down
2 changes: 1 addition & 1 deletion 15/umbraco-workflow/workflow-section/active-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Additionally, you can adjust the total number of records displayed on a page.

![Workflow history PageSize](../images/content-reviews-pagesize-v14.png)

The **Detail** button at the end of the record displays an overlay with content similar to the [Active workflow](../getting-started/workflow-content-app.md#active-workflow) sub-section.
The **Detail** button at the end of the record displays an overlay with content similar to the [Active workflow](../getting-started/workflow-workspace-view.md#active-workflow) sub-section.

![Details overlay](../getting-started/images/Active-Workflow-detailed-info-v14.png)
2 changes: 1 addition & 1 deletion 15/umbraco-workflow/workflow-section/approval-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ The History tab provides an overview of the workflow activity for the current gr

You can also **Filter** the records based on the Document Type, Requested by, Created date, Completed date, Page Language, Workflow Type, and Workflow Status. Additionally, you can adjust the total number of records displayed on a page.

The **Detail** button at the end of the record displays an overlay with content similar to the [Active workflow](../getting-started/workflow-content-app.md#active-workflow) sub-section.
The **Detail** button at the end of the record displays an overlay with content similar to the [Active workflow](../getting-started/workflow-workspace-view.md#active-workflow) sub-section.

![Details overlay](../getting-started/images/Workflow-Content-app-Details-overlay-v14.png)
2 changes: 1 addition & 1 deletion 15/umbraco-workflow/workflow-section/content-reviews.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Content review permissions can be set at the node or Document Type level, both o
* Internal Reviewers: Users assigned to roles like *Editors* or *Content Managers* may have permissions to review content during the Internal Review stage. They ensure content quality, compliance with standards, and provide feedback for improvements before the content is published.
* External Reviewers: External reviewers are users who are invited to participate in the content review process but do not have Backoffice access. Their main role is to provide feedback or suggest changes based on their expertise or stake in the content being published. This feedback is not managed by Workflow.

![Content review permissions](../images/Content-review-permissions-v13.png)
![Content review permissions](../images/Content-review-permissions-v14.png)

The current permissions for a content node are displayed in the **Workflow** content app on the **Configuration** tab.

Expand Down