Closed
Description
I believe this is caused by the commit here:
4f90cf5
I would like an explanation why was this check added and how come even on a clean 2.4.3-p1 copy I am able to recreate this error?
Preconditions (*)
- Magento 2.4.3-p1
- PHP 7.4.13
Steps to reproduce (*)
- Install clean copy of Magento 2.4.3-p1 without sample data
- Create virtual product with a price of $10
- Place order with that product and invoice it in the Admin so that credit memo is possible
- Press the credit memo button and go ahead and create one
- In the
Expected result (*)
- The status dropdown should only show the 'Closed' option, that way when a comment is added to this closed order - it does not set it to 'Complete'.
Actual result (*)
- order state is never set to closed when the refund saves successfully, while the status does update to closed in the db
- order status dropdown in comments section showing only 'Complete' option which will cause any new comment which will be added to revert the order status from 'Closed' to 'Complete'
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
Metadata
Assignees
Labels
Type
Projects
Status
Done
Activity