I found out that in some Magento installs, Mageploy wasn't tracking changes, even it told "tracking active".
After debugging the code, I found out, that it's not working on installs, where I have changed the path to admin panel.
I fixed this by reading the admin panel frontName from config instead of comparing the module name to 'admin'. This was necessary in all but one action models.
I found out that in some Magento installs, Mageploy wasn't tracking changes, even it told "tracking active". After debugging the code, I found out, that it's not working on installs, where I have changed the path to admin panel. I fixed this by reading the admin panel frontName from config instead of comparing the module name to 'admin'. This was necessary in all but one action models.