- π¬π§United Kingdom Dubs
Patch number 10 works for me. Can we please get this reviewed and committed?
Just a note - if you have existing aliases (e.g. an existing site or from a migration) then the key_value table will contain the states, which will most likely be 1. So you can remove those entries from the key_value database if you still see the generate alias box ticked.
- ππΊHungary suchdavid
For me the patch wasn't applied correctly on
"drupal/pathauto": "1.11.0"
I re-created it for current stable version. - π©πͺGermany Antares89 Schwerin
Patch from #13 does not work. It always gets the last status from the key_value and this is normally 1 after the node has been created. This is why the 2nd if with
$this->value === NULL
is always wrong. The line with$this->value = $this->getOriginalValue();
should be removed.Patch from #12 works with Pathauto version 1.12.0