Project

General

Profile

« Previous | Next » 

Revision 49865

change migration procedure: search first in beta then in production| add software | change directIndexHandler check for response

View differences:

FetchClaimHandler.java
425 425
        OpenaireEntity openaireEntity = null;
426 426
        if(type == null){
427 427
            openaireEntity = null;
428
        }else if(type.equals(ClaimUtils.PUBLICATION)||type.equals(ClaimUtils.DATASET)) {
428
        }else if(type.equals(ClaimUtils.PUBLICATION)||type.equals(ClaimUtils.DATASET)||type.equals(ClaimUtils.SOFTWARE)) {
429 429
            openaireEntity= buildResult(rs, index);
430 430
        }else if(type.equals(ClaimUtils.PROJECT)){
431 431
            openaireEntity = buildProject(rs,index);

Also available in: Unified diff