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

Only display URL settings for First party partners #1280

Merged
merged 3 commits into from
Jul 22, 2024
Merged

Conversation

Anahkiasen
Copy link
Contributor

Changed

  • Only display URL settings for First party partners

Ticket: https://jira.publiq.be/browse/PPF-530

@@ -230,6 +230,11 @@ export const IntegrationSettings = ({
}
};

const hasUrlSettings =
type === IntegrationType.EntryApi &&
keyVisibility !== KeyVisibility.v1 &&
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think the check for key visibility is needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was a ticket from march are you saying it's redundant with another condition being checked?

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh, I see. No harm in adding this extra check then.

@Anahkiasen Anahkiasen enabled auto-merge July 22, 2024 10:00
@Anahkiasen Anahkiasen merged commit 741a5e3 into main Jul 22, 2024
8 checks passed
@Anahkiasen Anahkiasen deleted the feature/PPF-530 branch July 22, 2024 10:01
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.

2 participants