Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR introduces the "Hide from profile" toggle for Managed Event Types in the Advanced settings tab. Previously, this option was available for standard event types but missing for managed ones, making it impossible to hidden managed events from the team profile page.
Fixes #25903
Visual Demo (For contributors especially)
A visual demonstration is strongly recommended, for both the original and new change (video / image - any one).
Mandatory Tasks (DO NOT REMOVE)
I have self-reviewed the code (A decent size PR without self-review might be rejected).
N/A (No documentation changes required).
I confirm automated tests are in place that prove my fix is effective or that my feature works.
How should this be tested?
Login as an Organization Admin or Team Owner.
Go to Event Types and select (or create) a Managed Event Type.
Navigate to the Advanced tab.
Verify that the "Hide from profile" toggle is now visible.
Enable the toggle and save the event type.
Visit the public Team/Organization booking page and confirm the event type is hidden.
Checklist
I have read the contributing guide
My code follows the style guidelines of this project
I have checked if my changes generate no new warnings