feat: activate and disable objects#2194
Merged
charlesBochet merged 1 commit intomainfrom Oct 24, 2023
Merged
Conversation
charlesBochet
approved these changes
Oct 24, 2023
Member
charlesBochet
left a comment
There was a problem hiding this comment.
LGTM, merging with minor comments
| import { useUpdateOneMetadataObject } from './useUpdateOneMetadataObject'; | ||
|
|
||
| export const useObjectMetadata = () => { | ||
| const activeMetadataObjects = useRecoilValue(activeMetadataObjectsSelector); |
Member
There was a problem hiding this comment.
are these still in use? if not we should remove the selectors files
| } | ||
| dropdownHotkeyScope={{ | ||
| scope: scopeKey + '-settings-object-disabled-menu-dropdown', | ||
| scope: dropdownScopeId, |
Member
There was a problem hiding this comment.
I am unsure it's a good practice to mix scopeIds and hotkeyScopeIds, it looks to be fine from a behavior perspective but I fear developers will confuse both
Merged
3 tasks
FelixMalfait
added a commit
that referenced
this pull request
Feb 2, 2026
## Summary - Add `repository_dispatch` trigger to `claude.yml` so `@claude` mentions in `twentyhq/core-team-issues` get forwarded here - New `claude-cross-repo` job: builds a prompt from the dispatch payload, runs Claude Code against the twenty codebase, and posts a link back to the source issue - Switch both jobs to use `claude_code_oauth_token` instead of `anthropic_api_key` A companion workflow (`claude-dispatch.yml`) was pushed to `twentyhq/core-team-issues` to send the dispatches. ## Test plan - [x] Dispatch workflow in core-team-issues triggers successfully (tested via issue #2194) - [ ] After merge, verify `repository_dispatch` triggers the `claude-cross-repo` job in twenty - [ ] Verify Claude responds and posts a link back to the source issue 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #2144, Closes #2148, Closes #2154