Skip to content

Hide search again #12539

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

Merged
merged 1 commit into from
Jun 11, 2025
Merged

Hide search again #12539

merged 1 commit into from
Jun 11, 2025

Conversation

thomtrp
Copy link
Contributor

@thomtrp thomtrp commented Jun 11, 2025

As title

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

Temporarily removes the 'Search Records' action from workflow functionality by commenting it out in packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/constants/RecordActions.ts.

  • Lacks proper documentation or explanation for removing the FIND_RECORDS action type from RECORD_ACTIONS array
  • Missing context about why the search feature is being temporarily disabled
  • Added TODO comment suggests future reinstatement but without timeline or requirements
  • Could break existing workflows that depend on FIND_RECORDS action type
  • Should include deprecation notice or migration guide for affected users

1 file reviewed, 1 comment
Edit PR Review Bot Settings | Greptile

Comment on lines +26 to +31
// TODO: Add search records action
// {
// label: 'Search Records',
// type: 'FIND_RECORDS',
// icon: 'IconSearch',
// },
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: Removing FIND_RECORDS breaks type compatibility since it's still included in the type definition on line 7. Either remove it from the type or keep the implementation.

Suggested change
// TODO: Add search records action
// {
// label: 'Search Records',
// type: 'FIND_RECORDS',
// icon: 'IconSearch',
// },
// TODO: Add search records action
// {
// label: 'Search Records',
// type: 'FIND_RECORDS',
// icon: 'IconSearch',
// },

Copy link
Contributor

🚀 Preview Environment Ready!

Your preview environment is available at: http://bore.pub:33571

This environment will automatically shut down when the PR is closed or after 5 hours.

@martmull martmull merged commit cf63bd2 into main Jun 11, 2025
52 checks passed
@martmull martmull deleted the tt-hide-search-again branch June 11, 2025 12:29
abdulrahmancodes pushed a commit to abdulrahmancodes/twenty that referenced this pull request Jun 11, 2025
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