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

Setting BackLink to null does not work #2033

Closed
skoeva opened this issue Jun 10, 2024 · 0 comments · Fixed by #2034
Closed

Setting BackLink to null does not work #2033

skoeva opened this issue Jun 10, 2024 · 0 comments · Fixed by #2034
Assignees

Comments

@skoeva
Copy link
Contributor

skoeva commented Jun 10, 2024

When trying to remove the backLink from the MainInfoSection component, setting it to null does not work. We can currently set it to the empty string "", but adding the boolean null could make it more obvious that we do not want to use the backLink. We should account for null in this case.

image
image

@skoeva skoeva self-assigned this Jun 10, 2024
skoeva added a commit that referenced this issue Jun 10, 2024
This fix explicitly handles the null case in getBackLink() to ensure
that no back button will be shown, as defined in MainInfoSectionProps.

Fixes: #2033

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
@skoeva skoeva linked a pull request Jun 10, 2024 that will close this issue
3 tasks
skoeva added a commit that referenced this issue Jun 11, 2024
This fix explicitly handles the null case in getBackLink() to ensure
that no back button will be shown, as defined in MainInfoSectionProps.

Fixes: #2033

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva added a commit that referenced this issue Jun 11, 2024
This fix explicitly handles the null case in getBackLink() to ensure
that no back button will be shown, as defined in MainInfoSectionProps.

Fixes: #2033

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva added a commit that referenced this issue Jun 12, 2024
This fix explicitly handles the null case in getBackLink() to ensure
that no back button will be shown, as defined in MainInfoSectionProps.

Fixes: #2033

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva added a commit that referenced this issue Jun 14, 2024
This fix explicitly handles the null case in getBackLink() to ensure
that no back button will be shown, as defined in MainInfoSectionProps.

Fixes: #2033

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva added a commit that referenced this issue Jun 14, 2024
This fix explicitly handles the null case in getBackLink() to ensure
that no back button will be shown, as defined in MainInfoSectionProps.

Fixes: #2033

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>

charts: fix oidc external secret loading

There was a wrong k8s config written for envFrom for external secret.

Fixes: #2022
Signed-off-by: Kautilya Tripathi <ktripathi@microsoft.com>

Remove unnecessary package.json and package-lock from root dir

Signed-off-by: ashu8912 <aghildiyal@microsoft.com>

frontend: Replace Create React App with Vite. Replace jest with vitest

Signed-off-by: Oleksandr Dubenko <oldubenko@microsoft.com>
Co-authored-by: Mariusz Winnik <tazo90@gmail.com>
skoeva added a commit that referenced this issue Jun 14, 2024
This fix explicitly handles the null case in getBackLink() to ensure
that no back button will be shown, as defined in MainInfoSectionProps.

Fixes: #2033

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva added a commit that referenced this issue Jun 14, 2024
This fix explicitly handles the null case in getBackLink() to ensure
that no back button will be shown, as defined in MainInfoSectionProps.

Fixes: #2033

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva added a commit that referenced this issue Jun 14, 2024
This fix explicitly handles the null case in getBackLink() to ensure
that no back button will be shown, as defined in MainInfoSectionProps.

Fixes: #2033

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva added a commit that referenced this issue Jun 21, 2024
This fix explicitly handles the null case in getBackLink() to ensure
that no back button will be shown, as defined in MainInfoSectionProps.

Fixes: #2033

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva added a commit that referenced this issue Jun 26, 2024
This fix explicitly handles the null case in getBackLink() to ensure
that no back button will be shown, as defined in MainInfoSectionProps.

Fixes: #2033

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
joaquimrocha pushed a commit that referenced this issue Jun 26, 2024
This fix explicitly handles the null case in getBackLink() to ensure
that no back button will be shown, as defined in MainInfoSectionProps.

Fixes: #2033

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant