Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.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
Issue fork entityqueue_form_widget-3491956
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
Comment #2
pixelpreview@gmail.com commentedComment #3
pixelpreview@gmail.com commentedComment #6
ahmad abbad commentedI'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.
Comment #7
ahmad abbad commentedComment #8
rajab natshah#3414976: Add an integration with Content Scheduler to Check If the Node is Scheduled
Comment #9
rajab natshahThe old fix
#3226254: Fix Error of This entity cannot be referenced when Entity Queue has unpublished node
#3381032: Add two patches to the entityqueue_form_widget module