This article provides a patch for the known Adobe Commerce 2.2.3 issue related to the entity (category, CMS page, etc.) itself being removed when the related schedule update is deleted.
The issue was fixed in Adobe Commerce 2.2.6.
When you delete an active schedule update between it’s starting and ending dates, the related entity (category, subcategory, CMS page) is also deleted.
Steps to reproduce (with categories):
Expected results:
The update is deleted, and the subcategory still exists in the Admin.
Actual results:
The update and the subcategory are deleted.
Please apply the patch provided in this article, and clean the cache running
bin/magento
cache:clean
The patches are attached to this article. To download a patch, scroll down to the end of the article and click the file name or click the corresponding link:
The patches were created for:
The MDVA-11059_EE_2.2.3_COMPOSER_v1.patch patch is also compatible (but might not solve the issue) with the following Adobe Commerce versions and editions:
The MDVA-23505_EE_2.2.4_COMPOSER_v1.patch patch is also compatible (but might not solve the issue) with the following Adobe Commerce versions and editions:
The MDVA-23505_EE_2.2.5_COMPOSER_v1.patch patch is also compatible (but might not solve the issue) with the following Adobe Commerce versions and editions:
See How to apply a composer patch provided by Adobe Commerce for instructions.