You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
A few minor tweaks are required for the project selector on the manage / edit project page:
For each entry, let's just show the project name. We don't need to show the id or status. So, instead of id: 20724, name: Self service - tester1234 - new-self-service-project, status: in_review, we would just show Self service - tester1234 - new-self-service-project
We will only show projects that have a status of active, nothing else. We should be able to filter this in the API call, not on the frontend UI.
Change the Connect ID: text over the dropdown to say Connect Project4.
The text was updated successfully, but these errors were encountered:
A few minor tweaks are required for the project selector on the manage / edit project page:
id: 20724, name: Self service - tester1234 - new-self-service-project, status: in_review
, we would just showSelf service - tester1234 - new-self-service-project
active
, nothing else. We should be able to filter this in the API call, not on the frontend UI.Connect ID:
text over the dropdown to sayConnect Project
4.The text was updated successfully, but these errors were encountered: