umbraco-community / umbraco-analytics

Google Analytics for the Umbraco CMS
41 stars 31 forks source link

TypeError: settingsResource.getprofile is not a function #44

Open konius opened 8 years ago

konius commented 8 years ago

Just found out that settingsResource controller conflicts with Merchello package leaving Analytics UI broken.

I've replaced all references in /App_plugins/Analytics to AnalyticsSettingsResource and it started working again

https://our.umbraco.org/projects/backoffice-extensions/analytics/help-issues/73755-typeerror-settingsresourcegetprofile-is-not-a-function#comment-236435

warrenbuckley commented 8 years ago

Good spot @konius I will try to get round to do a minor/patch release to give names more unique key.

When I built this originally there was not many packages doing the newer Angular approach, but thanks for picking this up as giving it a semi-generic name has caused this. Have you reported this with Rusty on the Merchello GitHub repo too, so he can avoid name clashes too with any other future packages that may be released.