Project

General

Profile

Actions

Bug #93608

open

TYPO3 returns wrong parameters

Added by Aimeos no-lastname-given over 3 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2021-02-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

This route enhancer configuration returns a wrong value for the c_step parameter:

routeEnhancers:
  Aimeos:
    type: Extbase
    namespace: ai
    routes:
      - { routePath: '/b/{b_action}', _controller: 'Basket::index' }
      - { routePath: '/co/{c_step}', _controller: 'Checkout::index' }
    defaults:
      b_action: ''
      c_step: ''

It works at first but later on, URLs like "/co/address" won't return ai[c_step]=address any more but an empty value instead. It's not deterministic when this happens and the pages are not cached.

No data to display

Actions

Also available in: Atom PDF