Active
Project:
Automatic Entity Label
Version:
8.x-3.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2026 at 06:22 UTC
Updated:
9 Jul 2026 at 09:15 UTC
Jump to comment: Most recent
Since the last upgrade of drupal core to version 11.4.1, the automatic node label using token (with option : Automatically generate the label and hide the label field) takes value like this on node creation : %AutoEntityLabel: 2bd44b2f-2d96-497b-9691-c54824be99c7%.
If I modify the node by just save it, the label of node takes the good name based on token.
Thanks for your help.
Regards
Comments
Comment #2
ttnt commentedI am seeing the same - do you happen to also redirect, perchance using ECA, upon node save?
Comment #3
ttnt commentedIt seems that tweaking some tokens solved some instances of the token being scrambled, but not all. Drilling down seemed to do something, i.e: use [node:field_product:value] instead of [node:field_product], the later used to be fine though.
I also lost a front-end on my dev site upon saving from a page which redirected on form submission - changing the setting over at admin/structure/types/manage/content-type/auto-label from Create label after first save to Create label before first save solved that issue.
I'm looking forward to hear if this helps for you.
Comment #4
dcoppel commentedHi,
Thanks for your reply !
I was in trouble with 3 differents types of node.
Your first solution by replacing [node:field_product:value] instead of [node:field_product] resolved this issue on 2 of them but not the third one because the token field was type of list item. So id was displayed instead of text...
For this issue on last type of node was solved with the second solution : changing the setting over at admin/structure/types/manage/content-type/auto-label from Create label after first save to Create label before first save.
So you found all the solutions ! Thanks a lot for your help !
Regards