Problem/Motivation
Nodequeue display the "Unpublished" status next to a node that is not published. It would be amazing if the Draggable Table widget displayed the same information (for entities that have some sort of "status")
Proposed resolution
Add the published status to the Draggable Table widget
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | unpublished-2462447-1.patch | 1.98 KB | davidwbarratt |
Issue fork entityqueue-2462447
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 #1
davidwbarratt commentedAttached is a patch that adds the publishing status of Nodes, Files, and Users. I couldn't find a generic way of doing this other than Entity status, but that module is not stable, so this is the best I could come up with for now.
Comment #2
amateescu commentedComment #4
amateescu commentedI agree that this would be useful for our widget :) Opened a MR for it.
Comment #6
amateescu commentedMerged.