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

Fixes /issues/new map_rotation issue #269

Conversation

dkastl
Copy link
Member

@dkastl dkastl commented Dec 19, 2023

Fixes #268 .

Changes proposed in this pull request:

  • Fixes rotation issue
  • Fixes access to @project

@dkastl @smellman
I added the followings:

Signed-off-by: Daniel Kastl <daniel@georepublic.de>
@sanak sanak force-pushed the 268-creating-an-issue-through-issuesnew-does-not-handle-the-plugin-correctly branch from 95e4a0a to b5f0c7e Compare May 13, 2024 07:52
@sanak sanak self-assigned this May 13, 2024
@sanak sanak changed the title Merge pull request #262 to gtt-project/next Fixes /issues/new map_rotation issue May 13, 2024
@sanak sanak marked this pull request as ready for review May 14, 2024 04:46
@sanak sanak requested a review from smellman May 14, 2024 04:47
&& !target.hasChildNodes()
) {
window.createGttClient(target);
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smellman (CC: @dkastl)
Related with #257 and PR:#258, I don't know why these changes solve the following error in #268 description.

With this change the map will not initialize correctly when the project change triggers a dynamic loading of content.

So, reviewing these changes is really helpful. 🙇

Adding contentObserver() line caused to generate 2 duplicated maps when clicking on the map, so I don't include the line.

@sanak sanak added the bug Something isn't working label May 29, 2024
Copy link
Member

@sanak sanak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dkastl (CC: @smellman)
Well, I couldn't set you as reviewer, because I added my commits...
Anyway, I approve this by myself, because I confirmed this.

If there is no strong objection, I am thinking to merge this around this Friday.

@dkastl dkastl merged commit 87baedb into next Jun 6, 2024
10 checks passed
@dkastl dkastl deleted the 268-creating-an-issue-through-issuesnew-does-not-handle-the-plugin-correctly branch June 6, 2024 10:18
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
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants