From 3aa35ee1a11557cf2d0c7a62989f14e89789f04b Mon Sep 17 00:00:00 2001 From: Sybille Peters Date: Tue, 14 Nov 2023 14:24:03 +0100 Subject: [PATCH 1/2] Fix spelling of allowNonIdValues In some cases, this property was spelled with all-lowercase, which is not correct. --- Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst | 2 +- .../ColumnsConfig/Type/Select/MultipleSideBySide/Properties.rst | 2 +- Documentation/ColumnsConfig/Type/Select/Single/Properties.rst | 2 +- .../ColumnsConfig/Type/Select/SingleBox/Properties.rst | 2 +- Documentation/ColumnsConfig/Type/Select/Tree/Properties.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst b/Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst index 35da9d83..9b522406 100644 --- a/Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst +++ b/Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst @@ -7,7 +7,7 @@ Properties Select properties ================= -* :ref:`allownonidvalues ` +* :ref:`allowNonIdValues ` * :ref:`appearance ` * :ref:`authmode ` * :ref:`authmode > enforce ` diff --git a/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/Properties.rst b/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/Properties.rst index 25214ac3..00888344 100644 --- a/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/Properties.rst +++ b/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/Properties.rst @@ -7,7 +7,7 @@ Properties Select properties ================= -* :ref:`allownonidvalues ` +* :ref:`allowNonIdValues ` * :ref:`authmode ` * :ref:`authmode > enforce ` * :ref:`default ` diff --git a/Documentation/ColumnsConfig/Type/Select/Single/Properties.rst b/Documentation/ColumnsConfig/Type/Select/Single/Properties.rst index 72545c40..8b1c2062 100644 --- a/Documentation/ColumnsConfig/Type/Select/Single/Properties.rst +++ b/Documentation/ColumnsConfig/Type/Select/Single/Properties.rst @@ -33,7 +33,7 @@ Properties Select properties ================= -* :ref:`allownonidvalues ` +* :ref:`allowNonIdValues ` * :ref:`authmode ` * :ref:`authmode > enforce ` * :ref:`default ` diff --git a/Documentation/ColumnsConfig/Type/Select/SingleBox/Properties.rst b/Documentation/ColumnsConfig/Type/Select/SingleBox/Properties.rst index bf4160d5..84459c2b 100644 --- a/Documentation/ColumnsConfig/Type/Select/SingleBox/Properties.rst +++ b/Documentation/ColumnsConfig/Type/Select/SingleBox/Properties.rst @@ -7,7 +7,7 @@ Properties Select properties ================= -* :ref:`allownonidvalues ` +* :ref:`allowNonIdValues ` * :ref:`authmode ` * :ref:`authmode > enforce ` * :ref:`default ` diff --git a/Documentation/ColumnsConfig/Type/Select/Tree/Properties.rst b/Documentation/ColumnsConfig/Type/Select/Tree/Properties.rst index a105bf79..8e54707f 100644 --- a/Documentation/ColumnsConfig/Type/Select/Tree/Properties.rst +++ b/Documentation/ColumnsConfig/Type/Select/Tree/Properties.rst @@ -7,7 +7,7 @@ Properties Select properties ================= -* :ref:`allownonidvalues ` +* :ref:`allowNonIdValues ` * :ref:`authmode ` * :ref:`authmode > enforce ` * :ref:`default ` From ca5e1367cb12f2f495c0a5e413f6fed1bfa6a688 Mon Sep 17 00:00:00 2001 From: Sybille Peters Date: Tue, 14 Nov 2023 14:27:46 +0100 Subject: [PATCH 2/2] Do not change refs for allowNonIdValues --- Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst | 2 +- .../ColumnsConfig/Type/Select/MultipleSideBySide/Properties.rst | 2 +- Documentation/ColumnsConfig/Type/Select/Single/Properties.rst | 2 +- .../ColumnsConfig/Type/Select/SingleBox/Properties.rst | 2 +- Documentation/ColumnsConfig/Type/Select/Tree/Properties.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst b/Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst index 9b522406..e35af850 100644 --- a/Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst +++ b/Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst @@ -7,7 +7,7 @@ Properties Select properties ================= -* :ref:`allowNonIdValues ` +* :ref:`allowNonIdValues ` * :ref:`appearance ` * :ref:`authmode ` * :ref:`authmode > enforce ` diff --git a/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/Properties.rst b/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/Properties.rst index 00888344..c314aea7 100644 --- a/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/Properties.rst +++ b/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/Properties.rst @@ -7,7 +7,7 @@ Properties Select properties ================= -* :ref:`allowNonIdValues ` +* :ref:`allowNonIdValues ` * :ref:`authmode ` * :ref:`authmode > enforce ` * :ref:`default ` diff --git a/Documentation/ColumnsConfig/Type/Select/Single/Properties.rst b/Documentation/ColumnsConfig/Type/Select/Single/Properties.rst index 8b1c2062..26a5234e 100644 --- a/Documentation/ColumnsConfig/Type/Select/Single/Properties.rst +++ b/Documentation/ColumnsConfig/Type/Select/Single/Properties.rst @@ -33,7 +33,7 @@ Properties Select properties ================= -* :ref:`allowNonIdValues ` +* :ref:`allowNonIdValues ` * :ref:`authmode ` * :ref:`authmode > enforce ` * :ref:`default ` diff --git a/Documentation/ColumnsConfig/Type/Select/SingleBox/Properties.rst b/Documentation/ColumnsConfig/Type/Select/SingleBox/Properties.rst index 84459c2b..37816839 100644 --- a/Documentation/ColumnsConfig/Type/Select/SingleBox/Properties.rst +++ b/Documentation/ColumnsConfig/Type/Select/SingleBox/Properties.rst @@ -7,7 +7,7 @@ Properties Select properties ================= -* :ref:`allowNonIdValues ` +* :ref:`allowNonIdValues ` * :ref:`authmode ` * :ref:`authmode > enforce ` * :ref:`default ` diff --git a/Documentation/ColumnsConfig/Type/Select/Tree/Properties.rst b/Documentation/ColumnsConfig/Type/Select/Tree/Properties.rst index 8e54707f..f23f15db 100644 --- a/Documentation/ColumnsConfig/Type/Select/Tree/Properties.rst +++ b/Documentation/ColumnsConfig/Type/Select/Tree/Properties.rst @@ -7,7 +7,7 @@ Properties Select properties ================= -* :ref:`allowNonIdValues ` +* :ref:`allowNonIdValues ` * :ref:`authmode ` * :ref:`authmode > enforce ` * :ref:`default `