Problem/Motivation
When running the re-index command on a plugin which indexes the user entity type, an error " [error] '' not found" is displayed.
Steps to reproduce
1. Create an index plugin which indexes the "user" entity type.
2. Run the drush command "drush eshr users"
3. See that the error "[error] '' not found" is displayed.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | reindex-error-3389459-3.diff | 774 bytes | maijs |
Comments
Comment #2
maijs commentedComment #3
maijs commentedThe provided patch mitigates the problem by checking if the entity type has the "bundle" entity key prior to reindexing entities.
Comment #6
maijs commented