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

Commits on Dec 26, 2020

  1. Get the new symfony format link

    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
    moncef-essid authored Dec 26, 2020
    Configuration menu
    Copy the full SHA
    954f7af View commit details
    Browse the repository at this point in the history
  2. Correct the link to the Customer Admin page

    Use "customer_link" with the contextual "id_customer" taken from the Vue.js loop
    moncef-essid authored Dec 26, 2020
    Configuration menu
    Copy the full SHA
    73b3d13 View commit details
    Browse the repository at this point in the history
  3. Remove "customer_link" replaced in Tpl with Helper

    Link::getAdminLink() have to be corrected, it return always an url with token, although, the second param to false
    moncef-essid authored Dec 26, 2020
    Configuration menu
    Copy the full SHA
    11964f3 View commit details
    Browse the repository at this point in the history