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

[11.0][PORT] base import map port #528

Merged
merged 2 commits into from Apr 23, 2018

Conversation

LeartS
Copy link

@LeartS LeartS commented Jan 17, 2018

Port base_import_map to v11. Functionally tested.

P.S: Thanks guys for a great module!

Because in the custom init function the original (prototype) 'opts' array
was mutated, every time the function was called (which happens everytime one
opens the import wizard) 3 opts were added, resulting in duplicate map
controls.
Solve the bug by using concat + reassignment instead of mutation.
Copy link

@GabbasovDinar GabbasovDinar left a comment

Choose a reason for hiding this comment

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

code is reviewed

@yelizariev
Copy link
Collaborator

@Railia check functional part please

Copy link
Collaborator

@yelizariev yelizariev left a comment

Choose a reason for hiding this comment

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

Approved on the basis of @GabbasovDinar review

@yelizariev yelizariev merged commit 59f12d7 into itpp-labs:11.0 Apr 23, 2018
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

4 participants