- Issue created by @bnjmnm
- Status changed to Needs review
about 1 year ago 6:09pm 30 August 2023 - last update
about 1 year ago 30 pass - Status changed to RTBC
11 months ago 4:01pm 19 December 2023 - 🇺🇸United States mglaman WI, USA
The form has the following code:
$has_content_translation_status_field = $this->moduleHandler->moduleExists('content_translation') && $this->entityDefinitionUpdateManager->getFieldStorageDefinition('content_translation_status', $this->entityTypeDefinition->id()); if ($this->entity instanceof EntityPublishedInterface || $has_content_translation_status_field) { $form['status'] = [
So
status
is omitted from the form. The empty check guards against this. - 🇩🇪Germany IT-Cru Munich
Issue is also fixed for me when using entity_clone on projects which are based on Thunder distribution.
- 🇺🇸United States mark_fullmer Tucson
Note for folks following this issue: my analysis is that the current method for using the published status toggle when moderation states are used is incomplete, and will not meet user expectations. I've described the problem in ✨ Ability to set moderation state during cloning Needs review . Potentially that approach should be taken rather than this.
- 🇫🇷France Grimreaper France 🇫🇷
Hi,
I have tested the solution in the issue ✨ Ability to set moderation state during cloning Needs review like mentioned in comment 6.
I think it is a better long term solution with no hardcoded machine names.
- Status changed to Fixed
7 months ago 7:46am 10 May 2024 - 🇮🇳India rajeshreeputra Pune
Closing in favor of ✨ Ability to set moderation state during cloning Needs review .
Automatically closed - issue fixed for 2 weeks with no activity.