Skip to content
Snippets Groups Projects

Issue #3314123: When ECA is active, token replacement in pathauto no longer works

Closed Issue #3314123: When ECA is active, token replacement in pathauto no longer works
Closed Jürgen Haas requested to merge issue/eca-3314123:3314123-when-eca-is into 1.1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -285,7 +285,7 @@ trait TokenDecoratorTrait {
// Use previously set data in case it's not given otherwise.
$data[$type] = $this->getTokenData($type);
}
if (isset($data[$type])) {
if (isset($data[$type]) && $type !== 'menu-link') {
$hold_token_data = $data[$type];
$real_token_type = $this->getTokenType($hold_token_data);
// Check whether we hold aliased Token data. Exclude the alias mapping if
Loading