-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
bugBreaks something but is not blockingBreaks something but is not blockingf: editorConcerns editor based on JSON schema AND custom editorConcerns editor based on JSON schema AND custom editor
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
bugBreaks something but is not blockingBreaks something but is not blockingf: editorConcerns editor based on JSON schema AND custom editorConcerns editor based on JSON schema AND custom editor