Skip to content

Acción desactivar y borrar Productos #23

@jeanpool0612

Description

@jeanpool0612

DESACTIVAR PRODUCTO

ProductController

@GetMapping("products")
@GetMapping("products/{id}")
@GetMapping("products/desactivate/{id}") (NUEVO)
product-detail.html poner botón de DESACTIVAR en ROJO.


ACTIVAR PRODUCTO

ProductController

@GetMapping("products")
@GetMapping("products/{id}")
@GetMapping("products/activate/{id}") (NUEVO)
product-detail.html poner botón de ACTIVAR en VERDE.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions