jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/370871 )

Change subject: Fix case of `monument_article` parameter in ro_ro configuration
......................................................................


Fix case of `monument_article` parameter in ro_ro configuration

In monuments_ro_(ro), the monument_article field was not
being populated despite the setting in monuments_config.

This was because the field was incorrectly set in the config,
as they are case-sensitive.

Bug: T172931
Change-Id: I992ad86ed487d2d2418fa2967c1e0c6efb4443d5
---
M erfgoedbot/monuments_config/ro_ro.json
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Lokal Profil: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/erfgoedbot/monuments_config/ro_ro.json 
b/erfgoedbot/monuments_config/ro_ro.json
index 187bcb5..0e0349f 100644
--- a/erfgoedbot/monuments_config/ro_ro.json
+++ b/erfgoedbot/monuments_config/ro_ro.json
@@ -72,7 +72,7 @@
         },
         {
             "dest": "monument_article",
-            "source": "denumire",
+            "source": "Denumire",
             "conv": "extractWikilink"
         }
     ],

-- 
To view, visit https://gerrit.wikimedia.org/r/370871
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I992ad86ed487d2d2418fa2967c1e0c6efb4443d5
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/heritage
Gerrit-Branch: master
Gerrit-Owner: Jean-Frédéric <jeanfrederic.w...@gmail.com>
Gerrit-Reviewer: Lokal Profil <lokal.pro...@gmail.com>
Gerrit-Reviewer: Multichill <maar...@mdammers.nl>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to