Skip to content

Conversation

@shoaibansari5398
Copy link

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

@github-actions
Copy link
Contributor

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "Feature/hidden event toggle". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

@github-actions github-actions bot added enterprise area: enterprise, audit log, organisation, SAML, SSO Medium priority Created by Linear-GitHub Sync ⚡ Quick Wins A collection of quick wins/quick fixes that are less than 30 minutes of work ✅ good first issue Good for newcomers ✨ feature New feature or request labels Jan 18, 2026
@graphite-app graphite-app bot added the community Created by Linear-GitHub Sync label Jan 18, 2026
@graphite-app graphite-app bot requested a review from a team January 18, 2026 10:41
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 3 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Created by Linear-GitHub Sync enterprise area: enterprise, audit log, organisation, SAML, SSO ✨ feature New feature or request ✅ good first issue Good for newcomers Medium priority Created by Linear-GitHub Sync ⚡ Quick Wins A collection of quick wins/quick fixes that are less than 30 minutes of work size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Managed Event doesn't yet support a Hidden Event toggle in parent event

1 participant