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

Legend initialization fails when profile is not in scope #12

Open
daveegrant opened this issue Jan 4, 2017 · 0 comments
Open

Legend initialization fails when profile is not in scope #12

daveegrant opened this issue Jan 4, 2017 · 0 comments

Comments

@daveegrant
Copy link
Collaborator

daveegrant commented Jan 4, 2017

If the profile is not initialized when the MLLodliveLegendCtrl is created, then the initRelationship() function causes and error because the condition checking for (model.profile.UI) gets a TypeError since (model.profile) is null. Need to update the if-statement to check that (model.profile) exists as well.

daveegrant added a commit that referenced this issue Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant