PrestaShopCorp / mercadopagobr

2 stars 9 forks source link

Order statuses are never deleted when the module is uninstalled #7

Closed Quetzacoalt91 closed 9 years ago

Quetzacoalt91 commented 9 years ago

I made a test by chaining install/uninstall with MercadoPago and just discovered that the order statuses are never deleted.

Here is the result in my AdminStatuses: capture du 2015-03-13 14 53 38

Quetzacoalt91 commented 9 years ago

Please note that you should write Transaction, not trasaction. :)

ricardobrito commented 9 years ago

Hi @Quetzacoalt91

Should I delete? If I delete those status, the status on order history will be empty.

Quetzacoalt91 commented 9 years ago

If you use the delete function from the ObjectModel, the data won't be deleted from the database. However, the flag deleted will be set to 1. :)

ricardobrito commented 9 years ago

@Quetzacoalt91 will do