Closed (fixed)
Project:
Entity Translation
Version:
7.x-1.x-dev
Component:
Base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2012 at 11:35 UTC
Updated:
12 Jun 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
plachDon't remember exactly what that todo means, but it surely refers to implementing
hook_module_implements()instead of relying on the module weight.Added this to the road map: #1624830: Plan for Entity Translation 7.x-1.0 release.
Comment #2
plachThe attached patch fixes the OP by implementing
hook_module_implements_alter(). There is also some code moved around to clean up the hook implementation portion of the entity_translation.module. No code change there.Comment #3
plachAlso menu tests are green locally.
Comment #4
plachCommitted and pushed.
Comment #6
miro_dietikerDuplicated by #1345932: Replace fixed module weight with hook_module_implements_alter()
Comment #6.0
miro_dietikerAdded reference to original issue which added the @todo.