Skip to content

ProvisionActivity field : wrong separator for agents  #2670

@ThierryClavel

Description

@ThierryClavel

Describe the bug

When several Field provisionActivity.agent are present in ProvisionActivity field, separators displayed are commas (,). This is not correct regarding ISBD/RDA display. Separators used should be semicolons (;)
example :

"provisionActivity": [
{
"_text": [
{
"language": "default",
"value": "[Paris] : EHESS, Gallimard, Seuil, [2021]"
}
To Reproduce

See example

Expected behavior

use semicolons instead of commas as in the example:

"provisionActivity": [
{
"_text": [
{
"language": "default",
"value": "[Paris] : EHESS ; Gallimard ; Seuil, [2021]"
}

Context

server: bib.rero.ch
version: v1.8.0

Screenshots
image
image

Metadata

Metadata

Assignees

Labels

bugBreaks something but is not blockingf: editorConcerns editor based on JSON schema AND custom editor

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions