#4-Registrar-empleado #15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "#4-Registrar-empleado"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -32,3 +28,3 @@
@Scope("prototype")
@PageTitle("Employee")
@Route(value = "/employees", layout = MainLayout.class)
@Route(value = "/employees/:action?/:employeeId?", layout = MainLayout.class)
el formato de la ruta deberia ser al reves:
/employees/:employeeId/view (para ver y)
/employees/:employeeId/edit (para editar).