Skip to content

TT-7338 No additional project type for BOLD#313

Merged
gtryus merged 1 commit into
developfrom
TT-7338-bold-gen
May 19, 2026
Merged

TT-7338 No additional project type for BOLD#313
gtryus merged 1 commit into
developfrom
TT-7338-bold-gen

Conversation

@gtryus
Copy link
Copy Markdown
Contributor

@gtryus gtryus commented May 19, 2026

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Project settings dialog in the renderer to remove the Project Type and Story options for teams using the BOLD workflow process, aligning project creation/editing UI with the BOLD workflow’s constraints.

Changes:

  • Conditionally hides ProjectType and ProjectStory when teamWorkflow === BOLD_WORKFLOW_PROCESS.
  • Keeps BOLD add-mode defaulting behavior (via useEffect) to set type: 'other'.
  • Minor import formatting cleanup.

Comment on lines +165 to +173
{teamWorkflow !== BOLD_WORKFLOW_PROCESS && (
<>
<ProjectType
type={type}
onChange={handleTypeChange}
team={team}
/>
<ProjectStory state={state} setState={setState} />
</>
@gtryus gtryus merged commit 246ffb6 into develop May 19, 2026
6 checks passed
@gtryus gtryus deleted the TT-7338-bold-gen branch May 19, 2026 17:11
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