https://www.drupal.org/project/auto_entitylabel

When auto entity label is enabled for content type ( 'Automatically generate the label and hide the label field'), title field is hidden only for current language. Title field in other enabled languages appear when using ETUF.

CommentFileSizeAuthor
#6 auto_entitylabel-3082380-6.patch918 bytesquotesbro

Comments

Mikhail K. created an issue. See original summary.

bzaher’s picture

Thanks for raising the issue. I managed to reproduce it.

Some info for the ticket:

  • The issue can be seen when using the title module and a node with a replaced title.
  • The issue occurs because auto_entitylabel's hook_form_alter() runs after ETUF's. auto_entitylabel has a module weight of 5.
joseph.olstad’s picture

Increase the weight of ETUF?

bzaher’s picture

I 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.

joseph.olstad’s picture

yes agreed, usually avoid changing weights

if module exists probably ok

but ya if you find a better solution, cool.

quotesbro’s picture

StatusFileSize
new918 bytes
quotesbro’s picture

Status: Active » Needs review

  • bzaher committed 992de65 on 7.x-1.x
    Issue #3082380 by Mikhail K.: Incompatible with auto_entitylabel
    
bzaher’s picture

Status: Needs review » Fixed

Thanks for the patch! I tested it, and it looks good.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.