Skip to content

Commit

Permalink
added items.offer filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokok1996 committed Jul 20, 2021
1 parent 45e56b0 commit a1fa353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/Entity/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
* "reference": "exact",
* "customer": "exact",
* "resource": "exact",
* "remark": "exact"
* "remark": "exact",
* "items.offer": "ipartial"
* })
*/
class Order
Expand All @@ -84,7 +85,6 @@ class Order
*
* @example e2984465-190a-4562-829e-a8cca81aa35d
*
*
* @Groups({"read"})
* @Assert\Uuid
* @ORM\Id
Expand Down

0 comments on commit a1fa353

Please sign in to comment.