Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 638 Bytes

2020-09-17-fix-creating-orders-via-admin-rest-api.md

File metadata and controls

14 lines (14 loc) · 638 Bytes
title issue author author_email author_github
Fix creating orders via admin REST API
NEXT-10842, NEXT-7800
Manuel Kress
windaishi

Core

  • The creation of an order entity does not result in an error regarding the write-protection of the stateId field anymore.

Upgrade Information

Write protection of StateMachineStateField was removed

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.