acquia / df

Demo Framework - mirrored at https://git.drupal.org/project/df.git
https://www.drupal.org/project/df
18 stars 19 forks source link

The "New Landing Page" title somehow is overriding titles when layout is edited #200

Closed saltednut closed 4 years ago

saltednut commented 4 years ago

We need to look at where we are doing this. Something I noticed earlier in the week when building and exporting stuff. Every time I added to or changed the published layout directly, it would re-title the node "New Landing Page" - so there's some loose logic causing this that we'll need to tighten up probably?

saltednut commented 4 years ago

Update: I remember now we were using the auto_entitylabel module.


~/W/df/modules $ ack 'New Landing Page'
df/df_tools/df_tools_layout/modules/df_tools_landing_page/config/install/auto_entitylabel.settings.node.landing_page.yml
2:pattern: 'New Landing Page'

dfs/dfs_one/cdf/dfs_one.json
29968:                        "en": "New Landing Page",
29969:                        "und": "New Landing Page"```
saltednut commented 4 years ago

Filed https://www.drupal.org/project/auto_entitylabel/issues/3105720