-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Description
The system fails to retrieve and display additional information for projects that use local project IDs. This issue is reproducible with Freestyle-type adaptation projects, where the additional info section remains empty despite valid data being available.
Steps to Reproduce
Steps to reproduce the behavior:
- Create or open a project that uses a local project ID (e.g., a Freestyle project).
- Trigger a fragment creation that should load the project’s additional info
Expected results
The system should correctly retrieve and display the additional information for all projects, including those using local IDs such as Freestyle projects.
Actual results
Additional project information is not loaded. The UI/API returns empty or missing fields for the additional info section.
Version/Components/Environment
Add any other context about the problem here
OS:
- Mac OS
- Windows
- Other
Root Cause Analysis
Problem
{describe the problem}
Fix
{describe the fix}
Why was it missed
{Some explanation why this issue might have been missed during normal development/testing cycle}
How can we avoid this
{if we don’t want to see this type of issues anymore what we should do to prevent}