Skip to content

Commit

Permalink
Add ThesisType in in publication search response data
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkikos committed Oct 9, 2023
1 parent c174d65 commit 2dd1dc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aspnetcore/src/Interface/Maps/PublicationProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public PublicationProfile()
CreateMap<Service.Models.ReferenceData, SelfArchiveVersion>();
CreateMap<Service.Models.ReferenceData, OpenAccess>();
CreateMap<Service.Models.ReferenceData, PublisherOpenAccess>();
CreateMap<Service.Models.ReferenceData, ThesisType>();
CreateMap<Service.Models.Keyword, Keyword>();
}
}

0 comments on commit 2dd1dc0

Please sign in to comment.