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

Corregir los botones de Cancelar #24

Open
CeuxDruman opened this issue Nov 28, 2015 · 1 comment
Open

Corregir los botones de Cancelar #24

CeuxDruman opened this issue Nov 28, 2015 · 1 comment
Assignees
Labels

Comments

@CeuxDruman
Copy link
Member

OPCIÓN 1: usar "relativeRedir", pero para ello hay que importar las librerías de JavasScript en la MasterPage.
OPCIÓN 2: buscar como funciona y usar la función "replace" de JPQL en vez de "relativeRedir" de JavasScript, con lo que no habría que importar nada nuevo.
OPCIÓN MUY RECOMENDABLE Y 100% FIABLE: Mirar con cuál de las 2 maneras está hecho en el Acme Certifications (que se 100% que está bien) y hacer la opción 1 ó 2 según esté hecho ahí.

@guillermo-ag-95
Copy link
Contributor

En mis vistas he comprobado que no hace falta botones de cancel:

  • En shopping cart sólo hace falta un save y el checkout. Para el save he usado un relativeRedit('/') ya que nos quedamos en la misma vista.
  • En order, sólo se listan los orders que hay en el sistema.
  • En el administrator dashboard igual que order. Sólo muestra información.

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

No branches or pull requests

2 participants