From 7d8959628634025bb78656a71d5cd4b59c4ee247 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Thu, 19 Aug 2021 12:23:08 +0200 Subject: [PATCH] Add option to save edits to name variants (for actors) in edit log --- src/NodaLogEdit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NodaLogEdit.php b/src/NodaLogEdit.php index 5db4b77..bd9e7e5 100644 --- a/src/NodaLogEdit.php +++ b/src/NodaLogEdit.php @@ -20,6 +20,7 @@ final class NodaLogEdit { const SECTION_WHITELIST = [ 'base', 'noda_link', + 'name_variant', 'related', 'superordinate', 'subordinate',