From 5fedbd898e34e85d45c7272b2d2ec9ed9e06da91 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 13 Aug 2025 01:41:12 +0200 Subject: [PATCH] Add new category for noda log edits: notes --- src/NodaLogEdit.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/NodaLogEdit.php b/src/NodaLogEdit.php index d38da7d..a80883c 100644 --- a/src/NodaLogEdit.php +++ b/src/NodaLogEdit.php @@ -10,14 +10,14 @@ declare(strict_types = 1); * Provides functions for easily logging updates to the main noda DB tables. */ final class NodaLogEdit { - const ACTION_WHITELIST = [ + public const ACTION_WHITELIST = [ 'insert', 'update', 'merge', 'delete', ]; - const SECTION_WHITELIST = [ + public const SECTION_WHITELIST = [ 'base', 'addition', 'noda_link', @@ -32,6 +32,7 @@ final class NodaLogEdit { 'status', 'translation', 'group', + 'note', ]; /**