Merge pull request #5236 from howard-stearns/wantEditLogging-off-by-default

Want edit logging off by default
This commit is contained in:
Brad Hefta-Gaub 2015-06-30 09:30:33 -07:00
commit 448a0f01b6

View file

@ -484,7 +484,7 @@
"type": "checkbox", "type": "checkbox",
"label": "Edit Logging", "label": "Edit Logging",
"help": "Logging of all edits to entities", "help": "Logging of all edits to entities",
"default": true, "default": false,
"advanced": true "advanced": true
}, },
{ {