Closed (fixed)
Project:
Entity Mesh
Version:
1.1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2025 at 15:39 UTC
Updated:
23 Oct 2025 at 14:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lpeidro commentedHello @Bryan, please could you give instructions to reproduce the error and the installed modules?
Thank you very much.
Comment #3
mxr576I have just installed the module, visited the batch page, selected Node entity type and run into the same error that the description contains.
What else I can help with clarifying the RC?
Comment #4
mxr576Enabled the "media" module and the error has disappeared, so the RC could be a missing dependency on media or an invalid assumption that it is enabled on a site, always.
Comment #5
lpeidro commentedHello mxr576:
Thank you very much for your input.
You're right—there is a strong dependency between the Entity Mesh and the Media module, so we need to carefully consider the best approach.
The easiest solution would be to declare the dependency in the module's .info.yml file. While this would force the Media module to be enabled in projects that may not use it, Drupal does recommend using the Media module to manage files instead of using file fields directly on nodes or other content entities.
For that reason, I'm not entirely sure if this is the best option.
Comment #7
lpeidro commentedIncluded media dependency in the module.
Thank you mxr576 for your support.
Comment #9
lpeidro commented