Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launcher gives console errors #107

Closed
alansemenov opened this issue Jun 16, 2020 · 0 comments
Closed

Launcher gives console errors #107

alansemenov opened this issue Jun 16, 2020 · 0 comments
Assignees
Labels
Bug Something isn't working
Milestone

Comments

@alansemenov
Copy link
Member

XP 7.3 introduced a regression bug: applications that injected the Launcher button/panel will start producing console error:

Uncaught TypeError: Cannot read property 'i18nUrl' of undefined

Workaround: add empty services object property to CONFIG object of the application:

var CONFIG = {
  .. other properties ..
 services: {}
};
@alansemenov alansemenov added the Bug Something isn't working label Jun 16, 2020
@alansemenov alansemenov added this to the 7.3.1 milestone Jun 16, 2020
@alansemenov alansemenov self-assigned this Jun 16, 2020
alansemenov added a commit that referenced this issue Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant