Problem/Motivation
There are areas of the code that do the following on an entity query of unknown entity type:
$query->condition('status', 1);
Steps to reproduce
Use the module on an entity type without a published field.
Proposed resolution
Use the appropriate entity keys.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork prevnext-3594413
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 #3
andyf commentedPushed up a test to catch it, should run red.
Comment #4
andyf commentedI used this as a bit of an excuse to get some more testing in.
Comment #5
astonvictor commentedthnaks for the report.
MR looks ok for me