You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.7.6.8Affects versions1.7.7.2Affects versionsBOCategory: Back OfficeBugType: BugFixedResolution: issue closed because fixedGDPRModule: psgdprMinorSeverity: minor bug > https://build.prestashop.com/news/severity-classificationModulesComponent: Which BO section is concerned
The url generated in psgdrp at 415: 'customer_link' => $this->context->link->getAdminLink('AdminCustomers', true) . '&viewcustomer&id_customer=',
Does not redirect to the customer information page but the customers overview page because the url is not valid.
The generated url is for example: index.php/sell/customers/?_token=439mm6A-AWILQB2sSXczCo6REgDlbrHfAGdq0XpBpO4&viewcustomer&id_customer=6
but should be: index.php/sell/customers/6/view?_token=439mm6A-AWILQB2sSXczCo6REgDlbrHfAGdq0XpBpO4
The text was updated successfully, but these errors were encountered:
I’ll add this to the debug backlog so that it’s fixed.
If you have already fixed it on your end or if you think you can do it, please do send us a pull request!
PS: it's not a regression cause I reproduce the issue with PS1.7.6.8 and GDPR v1.2.0
1.7.6.8Affects versions1.7.7.2Affects versionsBOCategory: Back OfficeBugType: BugFixedResolution: issue closed because fixedGDPRModule: psgdprMinorSeverity: minor bug > https://build.prestashop.com/news/severity-classificationModulesComponent: Which BO section is concerned
The url generated in psgdrp at 415:
'customer_link' => $this->context->link->getAdminLink('AdminCustomers', true) . '&viewcustomer&id_customer=',
Does not redirect to the customer information page but the customers overview page because the url is not valid.
The generated url is for example:
index.php/sell/customers/?_token=439mm6A-AWILQB2sSXczCo6REgDlbrHfAGdq0XpBpO4&viewcustomer&id_customer=6
but should be:
index.php/sell/customers/6/view?_token=439mm6A-AWILQB2sSXczCo6REgDlbrHfAGdq0XpBpO4
The text was updated successfully, but these errors were encountered: