Skip to content

Commit

Permalink
Merge pull request #1795 from CSCfi/CSCTTV-3700
Browse files Browse the repository at this point in the history
CSCTTV-3700
  • Loading branch information
ommann authored Jan 29, 2024
2 parents 8c08a95 + de637ca commit 5a9ee3a
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 5a9ee3a

Please sign in to comment.