- Issue created by @utcbrij
When doing batch update with the Enity Usage module, some custom blocks return "0" usage when they are in use. It turns out the source id for those blocks is "0". I've checked the set-up of the blocks and they are identical to some that return expected source ids with expected usages.
The example used here is for a custom block type called "UTC Department Info block". There are almost 100 blocks created with this block type. These blocks are programmatically placed at the bottom of the content on the department pages through Context using a taxonomy id for the individual department.
There are 70 departments returning with "0" usage. 29 returning with >1 usages (which include revisions, unfortunately).
The Views configuration is set-up like this issue/comment recommends: https://www.drupal.org/project/entity_usage/issues/3043388#comment-13837964 β¨ Views integration: usage of the latest source revisions Needs review , but with the corrected like this comment: https://www.drupal.org/project/entity_usage/issues/3043388#comment-14217189 and using this patch: https://www.drupal.org/project/entity_usage/issues/3043388#comment-15748425.