Explorar el Código

Add comment why the field is hidden

Stavros Kois hace 1 año
padre
commit
0be7b47fd9
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      library/ix-dev/community/vikunja/questions.yaml

+ 12 - 0
library/ix-dev/community/vikunja/questions.yaml

@@ -235,6 +235,8 @@ questions:
                 description: The configuration for the ixVolume dataset.
                 schema:
                   type: dict
+                  # Nothing to show for the user
+                  hidden: true
                   show_if: [["type", "=", "ixVolume"]]
                   $ref:
                     - "normalize/ixVolume"
@@ -244,6 +246,8 @@ questions:
                       description: Enable ACL for the dataset.
                       schema:
                         type: boolean
+                        # Postgres does a CHMOD at startup
+                        # Which fails with ACL                        
                         hidden: true
                         default: false
                     - variable: datasetName
@@ -272,6 +276,8 @@ questions:
                       description: Enable ACL for the dataset.
                       schema:
                         type: boolean
+                        # Postgres does a CHMOD at startup
+                        # Which fails with ACL                        
                         hidden: true
                         default: false
                     - variable: acl
@@ -315,6 +321,8 @@ questions:
                 description: The configuration for the ixVolume dataset.
                 schema:
                   type: dict
+                  # Nothing to show for the user
+                  hidden: true                  
                   show_if: [["type", "=", "ixVolume"]]
                   $ref:
                     - "normalize/ixVolume"
@@ -324,6 +332,8 @@ questions:
                       description: Enable ACL for the dataset.
                       schema:
                         type: boolean
+                        # Postgres does a CHMOD at startup
+                        # Which fails with ACL                        
                         hidden: true
                         default: false
                     - variable: datasetName
@@ -352,6 +362,8 @@ questions:
                       description: Enable ACL for the dataset.
                       schema:
                         type: boolean
+                        # Postgres does a CHMOD at startup
+                        # Which fails with ACL                        
                         hidden: true
                         default: false
                     - variable: acl