-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Web UI & Windup as a Service (windup-web)
-
Labels:
-
Steps to Reproduce:
Field migrationProject of returned applicationGroup entity contains full object for first applicationGroup. All remaining application groups contain only ID.
It should be consistent for all entities - they all should have either ID or full migration project.
[
|
{
|
"id": 15, |
"version": 1, |
"readOnly": true, |
"title": "Default Group", |
"outputPath": "/home/dklingen/apps/wildfly-10.1.0.Final/standalone/data/windup/14/15", |
"migrationProject": { |
"id": 14, |
"version": 0, |
"title": "Test" |
},
|
"analysisContext": null, |
"applications": [], |
"executions": [] |
},
|
{
|
"id": 14881, |
"version": 0, |
"readOnly": false, |
"title": "test", |
"outputPath": "/home/dklingen/apps/wildfly-10.1.0.Final/standalone/data/windup/reports/group_report.teyqBjVrAiQw.report", |
"migrationProject": 14, |
"analysisContext": null, |
"applications": [], |
"executions": [] |
},
|
{
|
"id": 23, |
"version": 1, |
"readOnly": false, |
"title": "Tiny Apps", |
"outputPath": "/home/dklingen/apps/wildfly-10.1.0.Final/standalone/data/windup/14/23", |
"migrationProject": 14, |
"analysisContext": null, |
"applications": [], |
"executions": [] |
},
|
{
|
"id": 14883, |
"version": 0, |
"readOnly": false, |
"title": "Something is wrong", |
"outputPath": "/home/dklingen/apps/wildfly-10.1.0.Final/standalone/data/windup/reports/group_report.AmBdQtuLDJnM.report", |
"migrationProject": 14, |
"analysisContext": null, |
"applications": [], |
"executions": [] |
}
|
]
|