Skip to content

Commit 1039d79

Browse files
authored
Fix reference to action groups
The original text looks like it was copied from the Action Group extends article.
1 parent 6675ee5 commit 1039d79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/merge_points/extend-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Extend data entities
22

3-
Extending an action group doesn't affect the existing action group.
3+
Extending a data entity doesn't affect the existing data entity.
44

5-
In this example we add a `<click>` command to check the checkbox that our extension added with a new action group for the simple product creation form.
5+
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.
66

77
## Starting entity
88

@@ -67,4 +67,4 @@ Note that there are now two data entities below.
6767
<requiredEntity type="custom_attribute_array">CustomAttributeCategoryIds</requiredEntity>
6868
<data key="myExtensionData">dataHere</data>
6969
</entity>
70-
```
70+
```

0 commit comments

Comments
 (0)