Closed (fixed)
Project:
Entity Translation Unified Form
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2019 at 15:24 UTC
Updated:
11 Oct 2019 at 12:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
bzaher commentedThanks for raising the issue. I managed to reproduce it.
Some info for the ticket:
hook_form_alter()runs after ETUF's. auto_entitylabel has a module weight of 5.Comment #3
joseph.olstadIncrease the weight of ETUF?
Comment #4
bzaher commentedI wouldn't touch that for just this module. Changing the weight would have far-reaching effects. If we can't find a better solution, I'd go with a
if(module_exists('auto_entitylabel'))clause. I'd like to take some time to find something cleaner though.Comment #5
joseph.olstadyes agreed, usually avoid changing weights
if module exists probably ok
but ya if you find a better solution, cool.
Comment #6
quotesbro commentedComment #7
quotesbro commentedComment #9
bzaher commentedThanks for the patch! I tested it, and it looks good.