Skip to content

Commit

Permalink
Merge pull request #1796 from CSCfi/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
ommann authored Jan 29, 2024
2 parents ca4df73 + 5a9ee3a commit ccba028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/portal/services/static-data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class StaticDataService {
label: $localize`:@@publicationClassA3:Kirjan tai muun kokoomateoksen osa`,
key: '',
doc_count: 0,
},
},
{
type: 'A4',
label: $localize`:@@publicationClassA4:Artikkeli konferenssijulkaisussa`,
Expand Down Expand Up @@ -1129,7 +1129,7 @@ export class StaticDataService {
order: 1,
},
{
script: 'doc["selfArchivedCode.keyword"].value + doc["openAccessCode"].value.toString() + doc["publisherOpenAccessCode"].value.toString()',
script: 'doc["selfArchivedCode.keyword"].value + doc["openAccess"].value.toString() + doc["publisherOpenAccessCode"].value.toString()',
name: 'openAccess',
size: 50,
order: 2,
Expand Down

0 comments on commit ccba028

Please sign in to comment.