dataquest-dev / dspace-import

Blackbox tests for dspace repository
Other
0 stars 2 forks source link

migrated-7.5-PY/Funding options are loaded, but showed and assigned into wrong input fields. #67

Closed milanmajchrak closed 1 year ago

milanmajchrak commented 1 year ago

Problem description

Project type is loaded into Project name field: image

Reason: It's because the local.sponsor metadata values are stored in different sequence in the CLARIN-DSpace5.x than in CLARIN-DSpace7.x.

CLARIN-DSpace5.x sequence: <ORG>;<PROJECT_CODE>;<PROJECT_NAME>;<TYPE> CLARIN-DSpace7.x sequence: <TYPE>;<PROJECT_CODE>;<ORG>;<PROJECT_NAME>

I've tried to solve this issue in the FE, but then I realized it will be better to fix it during the migration. Original issue: https://github.com/dataquest-dev/dspace-angular/issues/232