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

Prevent to open a second splitview from LuigiClient #1675

Conversation

JohannesDoberer
Copy link
Contributor

No description provided.

Comment on lines 627 to 630
} else {
mfSplitView = SplitViewSvc.getDefaultData().mfSplitView;
}
SplitViewSvc.open(getComponentWrapper(), nodepath, settings);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
} else {
mfSplitView = SplitViewSvc.getDefaultData().mfSplitView;
}
SplitViewSvc.open(getComponentWrapper(), nodepath, settings);
}
mfSplitView = SplitViewSvc.getDefaultData().mfSplitView;
SplitViewSvc.open(getComponentWrapper(), nodepath, settings);

Does this make sense and work properly?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

jap, good point :)

@stanleychh stanleychh self-assigned this Oct 27, 2020
Copy link
Contributor

@stanleychh stanleychh left a comment

Choose a reason for hiding this comment

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

👍

@ndricimrr ndricimrr self-assigned this Oct 27, 2020
Copy link
Contributor

@ndricimrr ndricimrr left a comment

Choose a reason for hiding this comment

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

👍

@JohannesDoberer JohannesDoberer merged commit a40bba3 into SAP:master Oct 28, 2020
@ndricimrr ndricimrr mentioned this pull request Oct 28, 2020
@JohannesDoberer JohannesDoberer deleted the Prevent-to-open-a-second-splitview-from-LuigiClient branch November 2, 2020 13:53
stanleychh pushed a commit to stanleychh/luigi that referenced this pull request Dec 30, 2021
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

Successfully merging this pull request may close these issues.

3 participants