The patch soon to be attached fixes the issue described here : #1924352: The title of a newly created product varation is NULL

Comments

jsacksick’s picture

Status: Active » Needs review
StatusFileSize
new763 bytes

Simple patch.

jsacksick’s picture

makokis’s picture

#1, it works for me. Many thanks.

rbayliss’s picture

Status: Needs review » Fixed

I did some more digging based on the info given in the linked tickets, and it looks like this is happening because title module was altering the entity inside of it's hook_tokens_alter implementation. This has been fixed by the title module in #1269076: Translated title_field replaces node->title with translated value, so if you update the title module to the latest dev version, it will fix the problem. I'll also crosspost in the Kickstart issue so they can change the version they're pulling in.

jsacksick’s picture

I knew it was coming from the Title module but I thought it was easier to fix it here, we're including the 1.0-alpha7 in Kickstart and the issue mentionned has been committed right after :p we have to include that patch and we're good to go. I haven't had a chance yet to test it.

Status: Fixed » Closed (fixed)

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

Status: Closed (fixed) » Needs work

The last submitted patch, 1: commerce_autosku-use-a-cloned-entity-1999086-1.patch, failed testing.

rbayliss’s picture

Issue summary: View changes
Status: Needs work » Closed (fixed)

Testbot...