Skip to content

Commit a6dc976

Browse files
PascalRepondjma
andcommittedAug 9, 2024·
fix(editor): seriesStatement becoming invalid if deleted and re-added
* Workaround for default value problem in third level arrays. See: ngx-formly/ngx-formly#3974. Co-Authored-by: Pascal Repond <pascal.repond@rero.ch> Co-Authored-by: Johnny Mariéthoz <johnny.mariethoz@rero.ch>
1 parent 95a7667 commit a6dc976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎rero_ils/modules/documents/jsonschemas/documents/document_series-v0.0.1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"subseriesStatement": {
4747
"title": "Subseries statement",
4848
"type": "array",
49-
"minItems": 1,
49+
"minItems": 0,
5050
"items": {
5151
"type": "object",
5252
"title": "Subseries",
@@ -155,4 +155,4 @@
155155
}
156156
}
157157
}
158-
}
158+
}

0 commit comments

Comments
 (0)
Please sign in to comment.