From f78c602832e3c692eb95a92d674cd2d20865facb Mon Sep 17 00:00:00 2001 From: sofietoft Date: Wed, 21 May 2025 14:51:52 +0200 Subject: [PATCH] Fix broken links in Workflow! --- 15/umbraco-workflow/getting-started/submitting-changes.md | 2 +- 15/umbraco-workflow/installation/installing-workflow.md | 6 +++--- 15/umbraco-workflow/workflow-section/active-workflows.md | 2 +- 15/umbraco-workflow/workflow-section/approval-groups.md | 2 +- 15/umbraco-workflow/workflow-section/content-reviews.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/15/umbraco-workflow/getting-started/submitting-changes.md b/15/umbraco-workflow/getting-started/submitting-changes.md index fd420a87e82..c9c1df2678d 100644 --- a/15/umbraco-workflow/getting-started/submitting-changes.md +++ b/15/umbraco-workflow/getting-started/submitting-changes.md @@ -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) diff --git a/15/umbraco-workflow/installation/installing-workflow.md b/15/umbraco-workflow/installation/installing-workflow.md index 425ac1bb83a..53ec65e6448 100644 --- a/15/umbraco-workflow/installation/installing-workflow.md +++ b/15/umbraco-workflow/installation/installing-workflow.md @@ -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 ``` @@ -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 diff --git a/15/umbraco-workflow/workflow-section/active-workflows.md b/15/umbraco-workflow/workflow-section/active-workflows.md index ebecbdf4854..54984858415 100644 --- a/15/umbraco-workflow/workflow-section/active-workflows.md +++ b/15/umbraco-workflow/workflow-section/active-workflows.md @@ -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) diff --git a/15/umbraco-workflow/workflow-section/approval-groups.md b/15/umbraco-workflow/workflow-section/approval-groups.md index 3edb18124ce..bc789bb9bd0 100644 --- a/15/umbraco-workflow/workflow-section/approval-groups.md +++ b/15/umbraco-workflow/workflow-section/approval-groups.md @@ -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) diff --git a/15/umbraco-workflow/workflow-section/content-reviews.md b/15/umbraco-workflow/workflow-section/content-reviews.md index 493bc59c6f7..c871eae6a4f 100644 --- a/15/umbraco-workflow/workflow-section/content-reviews.md +++ b/15/umbraco-workflow/workflow-section/content-reviews.md @@ -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.