Add new category for noda log edits: notes
This commit is contained in:
@@ -10,14 +10,14 @@ declare(strict_types = 1);
|
|||||||
* Provides functions for easily logging updates to the main noda DB tables.
|
* Provides functions for easily logging updates to the main noda DB tables.
|
||||||
*/
|
*/
|
||||||
final class NodaLogEdit {
|
final class NodaLogEdit {
|
||||||
const ACTION_WHITELIST = [
|
public const ACTION_WHITELIST = [
|
||||||
'insert',
|
'insert',
|
||||||
'update',
|
'update',
|
||||||
'merge',
|
'merge',
|
||||||
'delete',
|
'delete',
|
||||||
];
|
];
|
||||||
|
|
||||||
const SECTION_WHITELIST = [
|
public const SECTION_WHITELIST = [
|
||||||
'base',
|
'base',
|
||||||
'addition',
|
'addition',
|
||||||
'noda_link',
|
'noda_link',
|
||||||
@@ -32,6 +32,7 @@ final class NodaLogEdit {
|
|||||||
'status',
|
'status',
|
||||||
'translation',
|
'translation',
|
||||||
'group',
|
'group',
|
||||||
|
'note',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user