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

Make navigateToIntent parameters optional #2226

Merged
merged 7 commits into from
Aug 26, 2021

Conversation

ndricimrr
Copy link
Contributor

Description
Noticed during trying it out on different scenario that parameters must be optional type, as one can navigate to an intent mapping with/without any parameters.

Changes proposed in this pull request:
navigateToIntent(semanticSlag: string, params: Object)

changed to:
navigateToIntent(semanticSlag: string, params?: Object)

as parameters should be optional.

Related issue(s)

@ndricimrr ndricimrr added the documentation documentation tasks label Aug 24, 2021
docs/luigi-client-api.md Show resolved Hide resolved
@ndricimrr ndricimrr merged commit 8b0f20c into SAP:master Aug 26, 2021
@ndricimrr ndricimrr deleted the make-navigateTo-params-optional branch August 26, 2021 15:06
@JohannesDoberer JohannesDoberer mentioned this pull request Aug 27, 2021
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
documentation documentation tasks enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants