Project

General

Profile

« Previous | Next » 

Revision 55963

[angular7|library]

Merging Trunk into branch 55904:55959

View differences:

searchSoftware.service.ts
205 205
            result['title'] = {"name": '', "accessMode": '', "sc39": ''};
206 206

  
207 207
            if(Array.isArray(resData['title'])) {
208
                result['title'].name = resData['title'][0].content;
208
                result['title'].name = String(resData['title'][0].content);
209 209
            } else {
210
                result['title'].name = resData['title'].content;
210
                result['title'].name = String(resData['title'].content);
211 211
            }
212 212

  
213 213
            //result['title'].url = OpenaireProperties.getsearchLinkToSoftware();

Also available in: Unified diff