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

Fix treemanager missing require #1845

Merged
merged 1 commit into from
Sep 19, 2016
Merged

Conversation

adube
Copy link
Contributor

@adube adube commented Sep 12, 2016

This PR fixes the gmf.TreeManager service.

  1. It was missing a require of the ngeo.StateManager
  2. It is using the gmf.PermalinkParam.TREE_GROUPS constant but was not requiring the permalink service. In the end, we can't do that because the permalink service already requires the tree manager as well and we would end up with a circular dependency. To fix that, the constant gmf.PermalinkParam was moved to gmf.js.

I found this out while trying to view the theme selector example, which didn't work on dev.

Todo

  • review

Live example

@pgiraud pgiraud merged commit 7a734b7 into camptocamp:master Sep 19, 2016
@adube
Copy link
Contributor Author

adube commented Sep 19, 2016

Thanks for the approval.

@adube adube deleted the fix-treemanager branch September 19, 2016 12:04
@sbrunner sbrunner added this to the Older milestone Aug 23, 2019
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

Successfully merging this pull request may close these issues.

None yet

3 participants