config: Add schema in metadata extensions structure #2073
Annotations
2 errors and 1 warning
cds_ils/config.py#L1
Black format check
--- /home/runner/work/cds-ils/cds-ils/cds_ils/config.py 2024-06-17 14:12:39.802936+00:00
+++ /home/runner/work/cds-ils/cds-ils/cds_ils/config.py 2024-06-17 14:15:22.584448+00:00
@@ -414,12 +414,12 @@
ILS_CIRCULATION_RECORDS_REST_ENDPOINTS[CIRCULATION_LOAN_PID_TYPE][
"update_permission_factory_imp"
] = loan_checkout_permission
# show more tags in the facets
-RECORDS_REST_FACETS["documents"]["aggs"]["tag"] = (
- dict(terms=dict(field="tags", size=10))
+RECORDS_REST_FACETS["documents"]["aggs"]["tag"] = dict(
+ terms=dict(field="tags", size=10)
)
###############################################################################
# ILS overridden
###############################################################################
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading