From 6749f52aa65463433ebaa4d706b3a4f7414e1378 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 20 Feb 2024 09:51:19 +0100 Subject: [PATCH 1/2] Write shorter sentences --- 13/umbraco-commerce/key-concepts/bulk-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-commerce/key-concepts/bulk-actions.md b/13/umbraco-commerce/key-concepts/bulk-actions.md index bac20aadd1e..92b992da614 100644 --- a/13/umbraco-commerce/key-concepts/bulk-actions.md +++ b/13/umbraco-commerce/key-concepts/bulk-actions.md @@ -4,7 +4,7 @@ description: Perform bulk operations on entities in Umbraco Commerce. # Bulk Actions -When extending Umbraco Commerce, there may come a time when you need the ability to perform a custom action for every entity in a given selection. For example, being able to trigger label printing for a series of orders, or printing physical gift cards for specific gift card entities. +You might need to execute a custom action for each entity in a selection while extending Umbraco Commerce. For example, being able to trigger label printing for a series of orders, or printing physical gift cards for specific gift card entities. Umbraco Commerce allows extending the different table views, adding in **Bulk Actions** to the bulk action bar that appears when you select multiple items. Out of the box all list views contain at minimum a **Delete** bulk action. From 862ed9fa0ba2f45e76cb79aee8461679971d7f50 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 20 Feb 2024 09:53:03 +0100 Subject: [PATCH 2/2] Update v10 & 12 --- 10/umbraco-commerce/key-concepts/bulk-actions.md | 2 +- 12/umbraco-commerce/key-concepts/bulk-actions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/10/umbraco-commerce/key-concepts/bulk-actions.md b/10/umbraco-commerce/key-concepts/bulk-actions.md index bac20aadd1e..92b992da614 100644 --- a/10/umbraco-commerce/key-concepts/bulk-actions.md +++ b/10/umbraco-commerce/key-concepts/bulk-actions.md @@ -4,7 +4,7 @@ description: Perform bulk operations on entities in Umbraco Commerce. # Bulk Actions -When extending Umbraco Commerce, there may come a time when you need the ability to perform a custom action for every entity in a given selection. For example, being able to trigger label printing for a series of orders, or printing physical gift cards for specific gift card entities. +You might need to execute a custom action for each entity in a selection while extending Umbraco Commerce. For example, being able to trigger label printing for a series of orders, or printing physical gift cards for specific gift card entities. Umbraco Commerce allows extending the different table views, adding in **Bulk Actions** to the bulk action bar that appears when you select multiple items. Out of the box all list views contain at minimum a **Delete** bulk action. diff --git a/12/umbraco-commerce/key-concepts/bulk-actions.md b/12/umbraco-commerce/key-concepts/bulk-actions.md index bac20aadd1e..92b992da614 100644 --- a/12/umbraco-commerce/key-concepts/bulk-actions.md +++ b/12/umbraco-commerce/key-concepts/bulk-actions.md @@ -4,7 +4,7 @@ description: Perform bulk operations on entities in Umbraco Commerce. # Bulk Actions -When extending Umbraco Commerce, there may come a time when you need the ability to perform a custom action for every entity in a given selection. For example, being able to trigger label printing for a series of orders, or printing physical gift cards for specific gift card entities. +You might need to execute a custom action for each entity in a selection while extending Umbraco Commerce. For example, being able to trigger label printing for a series of orders, or printing physical gift cards for specific gift card entities. Umbraco Commerce allows extending the different table views, adding in **Bulk Actions** to the bulk action bar that appears when you select multiple items. Out of the box all list views contain at minimum a **Delete** bulk action.