Skip to content

Commit

Permalink
OP-322: Behat fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Jun 28, 2024
1 parent f09d52a commit bd7f1db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/api_resources/Page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@

<property name="id" identifier="true" writable="false"/>
<property name="code" identifier="false" writable="false"/>
<property name="name" identifier="false" writable="false"/>
<property name="enabled" identifier="false" writable="false"/>
<property name="createdAt" identifier="false" writable="false"/>
<property name="updatedAt" identifier="false" writable="false"/>
<property name="publishAt" identifier="false" writable="false"/>
<property name="products" identifier="false" writable="false"/>
<property name="collections" identifier="false" writable="false"/>
<property name="channels" identifier="false" writable="false"/>
</resource>
Expand Down
3 changes: 3 additions & 0 deletions src/Resources/config/serialization/Page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<attribute name="code">
<group>shop:cms:read</group>
</attribute>
<attribute name="name">
<group>shop:cms:read</group>
</attribute>
<attribute name="publishAt">
<group>shop:cms:read</group>
</attribute>
Expand Down

0 comments on commit bd7f1db

Please sign in to comment.