Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the customer details page link - PS 1.7.7.0 #122

Merged
merged 3 commits into from
Oct 28, 2021
Merged

Correct the customer details page link - PS 1.7.7.0 #122

merged 3 commits into from
Oct 28, 2021

Conversation

moncef-essid
Copy link
Contributor

@moncef-essid moncef-essid commented Dec 26, 2020

Questions Answers
Description? The link to the customer details page is broken because the Link::getAdminLink() return the new format link not compatible with legacy params. By the way, Link::getAdminLink() have to be corrected, it return always an url with token, although, the second param setted to false.
Type? bug fix
BC breaks? no
Deprecations? no
Fixed ticket? FIxes PrestaShop/PrestaShop#23323
How to test? tested within PS 1.7.6.9 and 1.7.7.0

x

Get admin link by smarty helper and passed it to js variable, then use it within the vue.js foreach loop with the correct customer id
Use "customer_link" with the contextual "id_customer" taken from the Vue.js loop
Link::getAdminLink() have to be corrected, it return always an url with token, although, the second param to false
@PierreRambaud PierreRambaud added this to the 1.3.0 milestone Oct 5, 2021
@PierreRambaud
Copy link
Contributor

(Sorry for the delay 🙄 )

@florine2623 florine2623 self-assigned this Oct 25, 2021
@florine2623
Copy link
Contributor

Hello @moncef-essid ,

Thanks for the PR, checking with the developer if the CI was OK for the checks.

@florine2623
Copy link
Contributor

ping @PierreRambaud ,

I see that the checks are not successful, is everything OK with the CI ?
or does the PR need a rebase ?

Thanks!

@PierreRambaud
Copy link
Contributor

ping @PierreRambaud ,

I see that the checks are not successful, is everything OK with the CI ? or does the PR need a rebase ?

Thanks!

It's not related to the PR I think, and it only concerns linter. Feel free to test it :)

@florine2623
Copy link
Contributor

Hello all,

Thanks for the PR @moncef-essid , it is QA approved !

@PierreRambaud thanks :)

@atomiix
Copy link
Contributor

atomiix commented Oct 27, 2021

Waiting for #148 to be merged so the CI is happy

@Progi1984 Progi1984 closed this Oct 28, 2021
@Progi1984 Progi1984 reopened this Oct 28, 2021
@Progi1984 Progi1984 merged commit f6bcac1 into PrestaShop:dev Oct 28, 2021
@Progi1984
Copy link
Member

Progi1984 commented Oct 28, 2021

Thanks @moncef-essid & @atomiix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Details link in customer management module config is not valid
5 participants