title | issue | author | author_email | author_github |
---|---|---|---|---|
Fix creating orders via admin REST API |
NEXT-10842, NEXT-7800 |
Manuel Kress |
windaishi |
- The creation of an
order
entity does not result in an error regarding the write-protection of thestateId
field anymore.
The StateMachineStateField
does not have a write-protection by default anymore. Instead, the scopes which are allowed
to write the field directly have to be given as a constructor parameter of the StateMachineStateField
class.