Skip to content

Project creation modal using project Name instead of Slug #102465

@rodolfoBee

Description

@rodolfoBee

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

  1. Create a project
  2. Create another project with the same Slug (used my existing "android" project)

Expected Result

The project creation modal checks if there is an existing project with the same Slug and prevents it from being created with a UI warning explaining why.

Actual Result

The project is created:

Image

Sentry adds -XX at the end to ensure Slug uniqueness but keep the project name "Android":

"id": "4510283428397056",
"slug": "android-bz",
"name": "android",

When opening the project settings, the project "Name" is displayed instead of the project "Slug"

Image

This is a follow-up issue from #101140 after the deprecation of project names.

Workaround at the moment is to rename the project to match the random slug generated.

Product Area

Projects - Project Creation

Link

No response

DSN

No response

Version

No response

Metadata

Metadata

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions