Hide internal system tools from company settings - #798
Closed
Y1fe1Zh0u wants to merge 1 commit into
Closed
Conversation
System-category tools are Runtime protocol details rather than tenant-configurable capabilities. Skip rendering the generated system group while leaving the underlying collection, counts, search, and backend records unchanged.\n\nConstraint: Preserve legacy database rows, Runtime behavior, and existing collection logic.\nConfidence: high\nScope-risk: narrow\nDirective: Keep system-category tools out of user-facing tool management surfaces.\nTested: npm test (86 passed); npm run build\nNot-tested: Browser E2E against a deployed tenant
Collaborator
Author
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.
What changed
systemtool category in Company Settings.Why
Finishand other system-category entries are Runtime protocol details, not company-managed capabilities. The legacy database row can still appear in the tools response, which caused Company Settings to expose a misleading category and toggle.Impact
Company administrators no longer see the
Systemtools group. The underlying tools collection, displayed global count, search behavior, backend records, and Runtime behavior remain unchanged.Validation
npm test— 86 passednpm run build— passedNot tested