contrib: specify proceedings in imprint title label #5837
Annotations
4 errors and 2 warnings
Python / Tests (3.9, postgresql14, opensearch2):
invenio_rdm_records/contrib/imprint/custom_fields.py#L1
Black format check
--- /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/contrib/imprint/custom_fields.py 2025-01-07 10:23:33.525460+00:00
+++ /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/contrib/imprint/custom_fields.py 2025-01-07 10:44:00.535073+00:00
@@ -71,11 +71,13 @@
{
"field": "imprint:imprint",
"ui_widget": "Imprint",
"template": "imprint.html",
"props": {
- "label": _("Imprint (Book, Chapter, Report, or Conference proceedings)"),
+ "label": _(
+ "Imprint (Book, Chapter, Report, or Conference proceedings)"
+ ),
"place": {
"label": _("Place"),
"placeholder": _("e.g. city, country"),
"description": _("Place where the book or report was published"),
},
|
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Python / Tests (3.12, postgresql14, opensearch2):
invenio_rdm_records/contrib/imprint/custom_fields.py#L1
Black format check
--- /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/contrib/imprint/custom_fields.py 2025-01-07 10:23:33.108099+00:00
+++ /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/contrib/imprint/custom_fields.py 2025-01-07 10:48:18.333438+00:00
@@ -71,11 +71,13 @@
{
"field": "imprint:imprint",
"ui_widget": "Imprint",
"template": "imprint.html",
"props": {
- "label": _("Imprint (Book, Chapter, Report, or Conference proceedings)"),
+ "label": _(
+ "Imprint (Book, Chapter, Report, or Conference proceedings)"
+ ),
"place": {
"label": _("Place"),
"placeholder": _("e.g. city, country"),
"description": _("Place where the book or report was published"),
},
|
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|
|
|