From 1039d79ca517e65a46c2cdbc24df0c16ce9316d0 Mon Sep 17 00:00:00 2001 From: Laura Folco Date: Sat, 21 Sep 2019 11:27:10 -0400 Subject: [PATCH 1/2] Fix reference to action groups The original text looks like it was copied from the Action Group extends article. --- docs/merge_points/extend-data.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/merge_points/extend-data.md b/docs/merge_points/extend-data.md index 344d11935..7896f66a9 100644 --- a/docs/merge_points/extend-data.md +++ b/docs/merge_points/extend-data.md @@ -1,8 +1,8 @@ # Extend data entities -Extending an action group doesn't affect the existing action group. +Extending a data entity doesn't affect the existing data entity. -In this example we add a `` command to check the checkbox that our extension added with a new action group for the simple product creation form. +In this example we update the quantity to 1001 and add a new piece of data relevant to our extension. Unlike merging, this will _not_ affect any other tests that use this data entity. ## Starting entity @@ -67,4 +67,4 @@ Note that there are now two data entities below. CustomAttributeCategoryIds dataHere -``` \ No newline at end of file +``` From 09dd48726384a87faba57236ccc63b4f5cd48ebb Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Tue, 1 Oct 2019 10:55:14 -0500 Subject: [PATCH 2/2] Removed contraction. --- docs/merge_points/extend-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/merge_points/extend-data.md b/docs/merge_points/extend-data.md index 7896f66a9..ebac16108 100644 --- a/docs/merge_points/extend-data.md +++ b/docs/merge_points/extend-data.md @@ -1,6 +1,6 @@ # Extend data entities -Extending a data entity doesn't affect the existing data entity. +Extending a data entity does not affect the existing data entity. In this example we update the quantity to 1001 and add a new piece of data relevant to our extension. Unlike merging, this will _not_ affect any other tests that use this data entity.