The upgrade status module flags taxonomy_entity_index's use of db_delete() in the main module file. These should be replaced with calls to the delete method on the database object.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | deprecated-3070719-5.patch | 13.26 KB | brian.seek |
| #2 | deprecated-3070719-2.patch | 12.8 KB | sergiu stici |
Comments
Comment #2
sergiu stici commentedI provided a patch, please review.
Comment #3
sergiu stici commentedComment #4
cameron prince commentedThanks @sergiu-stici. I've reviewed and tested the patch. It looks good and I'll get this committed shortly.
Comment #5
brian.seek commentedHere is an updated patch from Sergiu's initial patch. Added required arguments in construct for TaxonomyIndexTidDepth parent.
Comment #7
cameron prince commentedThe updated patch @brianseek provided has been committed and taxonomy_entity_index 8.x-1.x-dev release has been created.
I'm going to set this back to needs review so that we can test it there before creating a follow-up alpha release and marking this as fixed.
Comment #8
colanThis looks good and works for me, but as some things were missing, there are follow-up issues which should be included in the release as well:
While not directly related, you may as well include #3075503: Views filter and arg doesn't take revisions into account in the next alpha as well, as it's the only other D8 issue still open.
Comment #9
cameron prince commentedThanks @colan! I agree and should have a new release ready shortly.
Marking this as fixed now as it's committed and has been tested pretty extensively over the past few months.