mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:36:57 +02:00
Initial value false for domain-server wantEditLogging (used by assignment clients).
This commit is contained in:
parent
ebf9c3224a
commit
a736d0d901
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue