pug-more / mageploy

An experimental module to replicate Admin actions between different project environments
Open Software License 3.0
99 stars 18 forks source link

#23 Model/Action->match: compare module name to config value (admin frontName) instead of 'admin' #24

Closed taaz closed 9 years ago

taaz commented 9 years ago

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.

aleron75 commented 9 years ago

Thank you @taaz!