Problem/Motivation

The drupal core is 10.3.10
When we edit a node from a content type referenced in an entityqueue and this node still in draft, we can't save the entityqueue setting.
If I publish the node, I can save the entityqueue setting.
If we use the "classic" tab from entityqueue module, the setting is saved when the node is in draft or published.

Steps to reproduce

create a node in a content type referenced by an entityqueue.
check the entityqueue setting in edit form page
save the node in draft status
edit again, the entityqueue setting is not checked

Remaining tasks

  • ✅ File an issue
  • ➖ Addition/Change/Update/Fix
  • ➖ Testing to ensure no regression
  • ➖ Automated unit testing coverage
  • ➖ Automated functional testing coverage
  • ➖ UX/UI designer responsibilities
  • ➖ Readability
  • ➖ Accessibility
  • ➖ Performance
  • ➖ Security
  • ➖ Documentation
  • ➖ Code review by maintainers
  • ➖ Full testing and approval
  • ➖ Credit contributors
  • ➖ Review with the product owner
  • ➖ Release notes snippet
  • ❌ Release
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

pixelpreview@gmail.com’s picture

Issue summary: View changes
pixelpreview@gmail.com’s picture

Issue summary: View changes

ahmad abbad made their first commit to this issue’s fork.

ahmad abbad’s picture

I'm facing the same issue, and it appears to be an old one related to EntityQueue that's already been fixed. So, there's no need to check the node status here.

ahmad abbad’s picture

Status: Active » Needs review